iliaa Sun Apr 23 16:02:51 2006 UTC
Modified files:
/php-src/ext/wddx wddx.c
Log:
MFB51: Fixed bug #37162 (wddx does not build as a shared extension).
http://cvs.php.net/viewcvs.cgi/php-src/ext/wddx/wddx.c?r1=1.131&r2=1.132&diff_format=u
Index: php-src/ext/wddx/wddx.c
diff -u php-src/ext/wddx/wddx.c:1.131 php-src/ext/wddx/wddx.c:1.132
--- php-src/ext/wddx/wddx.c:1.131 Thu Mar 30 23:03:53 2006
+++ php-src/ext/wddx/wddx.c Sun Apr 23 16:02:51 2006
@@ -16,7 +16,11 @@
+----------------------------------------------------------------------+
*/
-/* $Id: wddx.c,v 1.131 2006/03/30 23:03:53 helly Exp $ */
+/* $Id: wddx.c,v 1.132 2006/04/23 16:02:51 iliaa Exp $ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "php.h"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php