From: Date: Fri, 10 Oct 2003 00:33:53 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3b3~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22c54d7ec09cb4c45485ccecd69ededa5ff862eb;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0247f4f30d..4f4d167b0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2003-10-09 Zeev Suraski + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_execute.c + ZendEngine2/zend_language_parser.y: + Allow foo::$bar() + +2003-10-09 Andrey Hristov + + * NEWS: + typo + +2003-10-09 Jani Taskinen + + * NEWS: + cleanup + +2003-10-09 Andrey Hristov + + * ext/standard/array.c + ext/standard/basic_functions.c + ext/standard/php_array.h + ext/standard/tests/array/array_intersect_1.phpt: + New array functions for doing intersection of arrays that are complementary + to array_*diff* family of functions. Namely array_uintersect(), + array_uintersect_assoc(), + array_intersect_uassoc() and array_uintersect_uassoc(). Test case is also + included. + + * NEWS: + new functions NEWS entry + +2003-10-09 Shane Caraveo + + * ext/dom/examples/note.xml: + add the valid xml test + + * ext/dom/examples/note-invalid.xml + ext/dom/examples/note.dtd + ext/dom/examples/note.php: + add a DTD example + +2003-10-09 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + main/main.c: + MFH: Fixed bug #25746 (Do not bail out when unable to chdir original dir on + systems with broken getcwd()). + + * main/main.c: + Fixed bug #25746 (Do not bail out when unable to chdir original dir on + systems with broken getcwd()). + 2003-10-08 Wez Furlong * ext/openssl/xp_ssl.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 6b426e42a3..2b8dd84590 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2003-10-09 Zeev Suraski + + * zend_compile.c + zend_execute.c + zend_language_parser.y: + Allow foo::$bar() + 2003-10-07 Rasmus Lerdorf * Zend.m4: