From: Date: Wed, 16 Jan 2008 01:31:35 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~883 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6204a14d8ba18b7d5059596a153f6b917b9ae17;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c16ccdde5d..594cfc3836 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,156 @@ +2008-01-15 Christopher Jones + + * (PHP_5_3) + ext/oci8/tests/bug43492.phpt + ext/oci8/tests/bug43492.phpt: + MFH: Testcase for #43492 (nested cursors) + + * ext/oci8/tests/bug43492.phpt + ext/oci8/tests/bug43492.phpt + ext/oci8/tests/bug43492.phpt: + 1.1.4; + Testcase for #43492 (nested cursors) + + * ext/oci8/oci8.c + ext/oci8/oci8.c + ext/oci8/oci8_lob.c + ext/oci8/oci8_lob.c + ext/oci8/php_oci8_int.h + ext/oci8/php_oci8_int.h + ext/oci8/tests/bug43497.phpt + ext/oci8/tests/bug43497.phpt: + MFB: fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory) + + * (PHP_5_2) + ext/oci8/oci8.c + ext/oci8/oci8_lob.c + ext/oci8/php_oci8_int.h + ext/oci8/tests/bug43497.phpt + ext/oci8/tests/bug43497.phpt + ext/oci8/tests/bug43497.phpt: + fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory) + +2008-01-15 Antony Dovgal + + * ZendEngine2/zend_ini.c: + fix #43680 (OnUpdateUTF8String problems in PHP 6) + patch by Christopher Jones + +2008-01-15 Rob Richards + + * ext/spl/spl_dllist.c: + fix win build + + * (PHP_5_2) + ext/openssl/openssl.c + ext/openssl/openssl.c: + MFH: fix memleak in sign and verify functions + + * ext/openssl/openssl.c: + fix memleak in sign and verify functions + +2008-01-15 Ilia Alshanetsky + + * (PHP_5_3) + ext/zlib/tests/bug_40189_2.phpt: + Allow test to run from any directory + +2008-01-15 Marcus Boerger + + * (PHP_5_3) + run-tests.php: + - MFH valgrind detection, note in header + + * run-tests.php: + - Detect versions of valgrind that have an appendix to their verion number + - Show whether valgrind is being used in test header + +2008-01-15 Etienne Kneuss + + * (PHP_5_3) + ext/spl/spl_dllist.c + ext/spl/tests/dllist_001.phpt + ext/spl/tests/dllist_004.phpt + ext/spl/tests/dllist_005.phpt: + Fix ZTS build, fix tests + + * ext/spl/spl_dllist.c: + Fix ZTS build + +2008-01-15 Dmitry Stogov + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.c + ZendEngine2/tests/bug43851.phpt: + Fixed bug #43851 (Memory corrution on reuse of assigned value) + + * ZendEngine2/tests/bug43851.phpt + ZendEngine2/tests/bug43851.phpt: + + file bug43851.phpt was initially added on branch PHP_5_3. + +2008-01-15 Marcus Boerger + + * ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c: + - Fix the fix + +2008-01-15 Antony Dovgal + + * (PHP_5_3) + ZendEngine2/zend_alloc.c: + oops.. + I didn't mean to commit this + +2008-01-15 Etienne Kneuss + + * ext/spl/spl_dllist.h: + Bump year + + * (PHP_5_3) + ext/spl/CREDITS + ext/spl/config.m4 + ext/spl/config.w32 + ext/spl/php_spl.c + ext/spl/spl_dllist.c + ext/spl/spl_dllist.h + ext/spl/tests/dllist_001.phpt + ext/spl/tests/dllist_002.phpt + ext/spl/tests/dllist_003.phpt + ext/spl/tests/dllist_004.phpt + ext/spl/tests/dllist_005.phpt + ext/spl/tests/dllist_006.phpt: + MFH: Implement splDoublyLinkedList, splQueue, splStack classes in SPL + + * ext/spl/CREDITS + ext/spl/config.m4 + ext/spl/config.w32 + ext/spl/php_spl.c + ext/spl/spl_dllist.c + ext/spl/spl_dllist.c + ext/spl/spl_dllist.h + ext/spl/spl_dllist.h + ext/spl/tests/dllist_001.phpt + ext/spl/tests/dllist_001.phpt + ext/spl/tests/dllist_002.phpt + ext/spl/tests/dllist_002.phpt + ext/spl/tests/dllist_003.phpt + ext/spl/tests/dllist_003.phpt + ext/spl/tests/dllist_004.phpt + ext/spl/tests/dllist_004.phpt + ext/spl/tests/dllist_005.phpt + ext/spl/tests/dllist_005.phpt + ext/spl/tests/dllist_006.phpt + ext/spl/tests/dllist_006.phpt: + Implement splDoublyLinkedList, splQueue, splStack classes in SPL + +2008-01-15 Antony Dovgal + + * ZendEngine2/zend_hash.c + ZendEngine2/zend_hash.h: + rename and export the macros + patch by colder + 2008-01-14 Brian Shire * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e9aedc2592..3c26f4fae3 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,39 @@ +2008-01-15 Antony Dovgal + + * zend_ini.c: + fix #43680 (OnUpdateUTF8String problems in PHP 6) + patch by Christopher Jones + +2008-01-15 Dmitry Stogov + + * zend_execute.c + zend_execute.c + tests/bug43851.phpt: + Fixed bug #43851 (Memory corrution on reuse of assigned value) + + * tests/bug43851.phpt + tests/bug43851.phpt: + + file bug43851.phpt was initially added on branch PHP_5_3. + +2008-01-15 Marcus Boerger + + * zend_execute_API.c + zend_execute_API.c: + - Fix the fix + +2008-01-15 Antony Dovgal + + * (PHP_5_3) + zend_alloc.c: + oops.. + I didn't mean to commit this + + * zend_hash.c + zend_hash.h: + rename and export the macros + patch by colder + 2008-01-14 Marcus Boerger * zend_execute_API.c