changelog Mon Mar 19 01:31:00 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2633&r2=1.2634&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2633 php-src/ChangeLog:1.2634
--- php-src/ChangeLog:1.2633 Sun Mar 18 01:31:01 2007
+++ php-src/ChangeLog Mon Mar 19 01:31:00 2007
@@ -1,3 +1,47 @@
+2007-03-18 Rob Richards <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS:
+ BFN
+
+ * (PHP_5_2)
+ ext/dom/node.c
+ ext/dom/tests/bug40836.phpt:
+ MFH: fix bug #40836 (Segfault in ext/dom)
+ add test
+
+ * ext/dom/node.c
+ ext/dom/tests/bug40836.phpt
+ ext/dom/tests/bug40836.phpt:
+ fix bug #40836 (Segfault in ext/dom)
+ add test
+
+2007-03-18 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/standard/array.c:
+ MFB, #40848
+
+ * (PHP_5_2)
+ NEWS:
+ BFN, #40848
+
+ * (PHP_5_2)
+ ext/standard/array.c:
+ fixes #40848
+
+2007-03-18 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ NEWS
+ ext/mbstring/mbstring.c:
+ MFB: Fixed MOPB-26-2007 mb_parse_str() can be used to activate
+ register_globals
+
+ * (PHP_5_2)
+ ext/mbstring/mb_gpc.c:
+ Fixed MOPB-26-2007 mb_parse_str() can be used to activate
register_globals
+
+
2007-03-17 Johannes Schlüter <[EMAIL PROTECTED]>
* ext/reflection/php_reflection.c