iliaa Sun Apr 23 16:02:06 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src/ext/wddx wddx.c
/php-src NEWS
Log:
Fixed bug #37162 (wddx does not build as a shared extension).
#Patch By: jdolecek at NetBSD dot org
http://cvs.php.net/viewcvs.cgi/php-src/ext/wddx/wddx.c?r1=1.119.2.9&r2=1.119.2.10&diff_format=u
Index: php-src/ext/wddx/wddx.c
diff -u php-src/ext/wddx/wddx.c:1.119.2.9 php-src/ext/wddx/wddx.c:1.119.2.10
--- php-src/ext/wddx/wddx.c:1.119.2.9 Sat Jan 28 06:15:25 2006
+++ php-src/ext/wddx/wddx.c Sun Apr 23 16:02:05 2006
@@ -16,7 +16,11 @@
+----------------------------------------------------------------------+
*/
-/* $Id: wddx.c,v 1.119.2.9 2006/01/28 06:15:25 fmk Exp $ */
+/* $Id: wddx.c,v 1.119.2.10 2006/04/23 16:02:05 iliaa Exp $ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "php.h"
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.526&r2=1.2027.2.527&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.526 php-src/NEWS:1.2027.2.527
--- php-src/NEWS:1.2027.2.526 Sat Apr 22 19:16:36 2006
+++ php-src/NEWS Sun Apr 23 16:02:05 2006
@@ -4,6 +4,8 @@
- Fixed reading stream filters never notified about EOF. (Mike)
- Fixed bug #37167 (PDO segfaults when throwing exception from the fetch
handler). (Tony)
+- Fixed bug #37162 (wddx does not build as a shared extension).
+ (jdolecek at NetBSD dot org, Ilia)
- Fixed bug #37158 (fread behaviour changes after calling
stream_wrapper_register). (Wez)
- Fixed bug #37138 (__autoload tries to load callback'ed self and parent).
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php