Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 200004

[PHP4BETA] cvs: /php4/ext/swf php_swf.h From: Sterling Hughes (sterling <email protected>)
Date: 04/30/00

sterling Sun Apr 30 16:57:51 2000 EDT

  Modified files:
    /php4/ext/swf php_swf.h
  Log:
  Allow the SWF module to compile as a dl.
  
  
  
Index: php4/ext/swf/php_swf.h
diff -u php4/ext/swf/php_swf.h:1.1 php4/ext/swf/php_swf.h:1.2
--- php4/ext/swf/php_swf.h:1.1 Sun Apr 30 12:00:05 2000
+++ php4/ext/swf/php_swf.h Sun Apr 30 16:57:20 2000
@@ -16,11 +16,15 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_swf.h,v 1.1 2000/04/30 19:00:05 sterling Exp $ */
+/* $Id: php_swf.h,v 1.2 2000/04/30 23:57:20 sterling Exp $ */
 
 #ifndef _PHP_SWF_H
 #define _PHP_SWF_H
 
+#if COMPILE_DL
+#undef HAVE_SWF
+#define HAVE_SWF 1
+#endif
 
 #if HAVE_SWF
 

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>