php4-beta | 200004
Date: 04/30/00
- Next message: Sterling Hughes: "Re: [PHP4BETA] cvs: /php4 php.h /php4/ext/standard file.c"
- Previous message: Sterling Hughes: "[PHP4BETA] cvs: /php4/ext/swf swf.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Sterling Hughes: "Re: [PHP4BETA] cvs: /php4 php.h /php4/ext/standard file.c"
- Previous message: Sterling Hughes: "[PHP4BETA] cvs: /php4/ext/swf swf.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

