changelog Thu Oct 9 20:33:50 2003 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1412 php-src/ChangeLog:1.1413 --- php-src/ChangeLog:1.1412 Wed Oct 8 20:33:42 2003 +++ php-src/ChangeLog Thu Oct 9 20:33:48 2003 @@ -1,3 +1,57 @@ +2003-10-09 Zeev Suraski <[EMAIL PROTECTED]> + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_execute.c + ZendEngine2/zend_language_parser.y: + Allow foo::$bar() + +2003-10-09 Andrey Hristov <[EMAIL PROTECTED]> + + * NEWS: + typo + +2003-10-09 Jani Taskinen <[EMAIL PROTECTED]> + + * NEWS: + cleanup + +2003-10-09 Andrey Hristov <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * ext/openssl/xp_ssl.c: