iliaa Sun Apr 23 16:02:38 2006 UTC
Modified files: (Branch: PHP_4_4)
/php-src/ext/wddx wddx.c
/php-src NEWS
Log:
MFH: 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.96.2.6.2.3&r2=1.96.2.6.2.4&diff_format=u
Index: php-src/ext/wddx/wddx.c
diff -u php-src/ext/wddx/wddx.c:1.96.2.6.2.3
php-src/ext/wddx/wddx.c:1.96.2.6.2.4
--- php-src/ext/wddx/wddx.c:1.96.2.6.2.3 Sun Jan 1 13:46:59 2006
+++ php-src/ext/wddx/wddx.c Sun Apr 23 16:02:37 2006
@@ -16,7 +16,11 @@
+----------------------------------------------------------------------+
*/
-/* $Id: wddx.c,v 1.96.2.6.2.3 2006/01/01 13:46:59 sniper Exp $ */
+/* $Id: wddx.c,v 1.96.2.6.2.4 2006/04/23 16:02:37 iliaa Exp $ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "php.h"
#include "php_wddx.h"
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.1247.2.920.2.125&r2=1.1247.2.920.2.126&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.125 php-src/NEWS:1.1247.2.920.2.126
--- php-src/NEWS:1.1247.2.920.2.125 Sun Apr 16 16:56:26 2006
+++ php-src/NEWS Sun Apr 23 16:02:37 2006
@@ -4,6 +4,8 @@
- Updated PCRE to version 6.6. (Andrei)
- Added overflow checks to wordwrap() function. (Ilia)
- Added a check for special characters in the session name. (Ilia)
+- Fixed bug #37162 (wddx does not build as a shared extension).
+ (jdolecek at NetBSD dot org, Ilia)
- Fixed bug #37046 (foreach breaks static scope). (Dmitry)
- Fixed bug #37045 (Fixed check for special chars for http redirects). (Ilia)
- Fixed bug #36857 (Added support for partial content fetching to the HTTP
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php