From a38f724a083b21a547cf6150ad22050a225123e6 Mon Sep 17 00:00:00 2001 From: Date: Tue, 27 Mar 2007 01:31:12 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/ChangeLog b/ChangeLog index 166bf9fb17..9accea20dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2007-03-26 Rob Richards + + * (PHP_5_2) + NEWS: + BFN + + * ext/simplexml/simplexml.c + ext/simplexml/tests/bug37386.phpt: + MFB: fix bug #37386 (autocreating element doesn't assign value to first + node) + all single SimpleXMLElements are addressable using offset 0 + use correct node for xpath context node + add test + + * (PHP_5_2) + ext/simplexml/simplexml.c + ext/simplexml/tests/bug37386.phpt + ext/simplexml/tests/bug37386.phpt: + fix bug #37386 (autocreating element doesn't assign value to first node) + all single SimpleXMLElements are addressable using offset 0 + use correct node for xpath context node + add test + +2007-03-26 Antony Dovgal + + * (PHP_4_4) + NEWS + main/php_variables.c: + revert by request of Derick + + * (PHP_4_4) + NEWS + main/php_variables.c: + fix #40586 (_ENV vars get escaped when magic_quotes_gpc is on) + + * (PHP_4_4) + NEWS + NEWS + ext/standard/string.c + ext/standard/string.c + ext/standard/tests/strings/bug40915.phpt: + MFH: fix #40915 (addcslashes unexpected behavior with binary input) + + * ext/standard/tests/strings/bug40915.phpt + ext/standard/tests/strings/bug40915.phpt: + + fix #40915 (addcslashes unexpected behavior with binary input) + + * ext/standard/string.c: + fix #40915 (addcslashes unexpected behavior with binary input) + + * ext/ftp/ftp.c: + MFB + 2007-03-25 Ilia Alshanetsky * (PHP_4_4) -- 2.50.1