From: Date: Wed, 24 May 2006 05:31:57 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_NEW_OUTPUT_API~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b549e5b50371f77d4a7f7d45bfeeb4cf2b501426;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0d9dab5e6e..846722f754 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,90 @@ +2006-05-23 Marcus Boerger + + * (PHP_5_1) + ext/standard/tests/array/array_combine.phpt + ext/standard/tests/array/array_combine.phpt + ext/standard/tests/array/array_diff_assoc.phpt + ext/standard/tests/array/array_diff_assoc.phpt: + - MFH Add more tests from Ligaya Turmelle + + * ext/standard/tests/array/array_combine.phpt + ext/standard/tests/array/array_combine.phpt + ext/standard/tests/array/array_combine.phpt + ext/standard/tests/array/array_diff_assoc.phpt + ext/standard/tests/array/array_diff_assoc.phpt + ext/standard/tests/array/array_diff_assoc.phpt: + 1.1.4; + - Add more tests from Ligaya Turmelle + +2006-05-23 Ilia Alshanetsky + + * (PHP_4_4) + NEWS + main/php_open_temporary_file.c + main/php_open_temporary_file.c: + MFH: Fixed handling of extremely long paths inside tempnam() function. + + * main/php_open_temporary_file.c: + MFB: Fixed handling of extremely long paths inside tempnam() function. + + * (PHP_5_2) + NEWS + main/php_open_temporary_file.c: + Fixed handling of extremely long paths inside tempnam() function. + +2006-05-23 Marcus Boerger + + * (PHP_5_2) + ext/standard/tests/file/stream_rfc2397_007.phpt: + file stream_rfc2397_007.phpt was added on branch PHP_5_2 on 2006-05-23 + 22:31:24 +0000 + + * main/streams/memory.c: + - Fix feof() with temp/memory streams + + * (PHP_5_2) + ext/simplexml/php_simplexml.h + ext/simplexml/simplexml.c + ext/simplexml/tests/profile12.phpt + ext/simplexml/tests/profile13.phpt: + - MFH Sync with head (namespace prefix handling) + + * NEWS: + - Done in 5.2 + + * ext/simplexml/simplexml.c: + - Readd NULL as allowed classname to skip parameter + + * (PHP_5_2) + ZendEngine2/zend_API.c: + - MFH Handle NULL in C argument parsing correct + + * ZendEngine2/zend_API.c: + - Handle NULL in C argument parsing correct + + * ext/simplexml/tests/bug37565.phpt + ext/simplexml/tests/bug37565.phpt + ext/standard/tests/file/stream_rfc2397_007.phpt: + + - Add new test + + * (PHP_5_2) + ZendEngine2/zend_API.c: + - Fix double error raising issue + + * ext/simplexml/simplexml.c: + - Fix SEGV in case class to generate is not derived from SimpleXMLElement + by issueing an error + +2006-05-23 Sebastian Bergmann + + * (PHP_5_2) + ZendEngine2/acinclude.m4: + MFH: Add bison 2.2 to the list of supported versions. + + * ZendEngine2/acinclude.m4: + Add bison 2.2 to the list of supported versions. + 2006-05-22 Marcus Boerger * .gdbinit: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 891b0c57c6..2043c9cc93 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,25 @@ +2006-05-23 Marcus Boerger + + * (PHP_5_2) + zend_API.c: + - MFH Handle NULL in C argument parsing correct + + * zend_API.c: + - Handle NULL in C argument parsing correct + + * (PHP_5_2) + zend_API.c: + - Fix double error raising issue + +2006-05-23 Sebastian Bergmann + + * (PHP_5_2) + acinclude.m4: + MFH: Add bison 2.2 to the list of supported versions. + + * acinclude.m4: + Add bison 2.2 to the list of supported versions. + 2006-05-21 Marcus Boerger * (PHP_5_2)