changelog Wed Jan 16 01:31:33 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2928&r2=1.2929&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2928 php-src/ChangeLog:1.2929
--- php-src/ChangeLog:1.2928 Tue Jan 15 01:31:36 2008
+++ php-src/ChangeLog Wed Jan 16 01:31:32 2008
@@ -1,3 +1,156 @@
+2008-01-15 Christopher Jones <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_ini.c:
+ fix #43680 (OnUpdateUTF8String problems in PHP 6)
+ patch by Christopher Jones
+
+2008-01-15 Rob Richards <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/zlib/tests/bug_40189_2.phpt:
+ Allow test to run from any directory
+
+2008-01-15 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute_API.c
+ ZendEngine2/zend_execute_API.c:
+ - Fix the fix
+
+2008-01-15 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ZendEngine2/zend_alloc.c:
+ oops..
+ I didn't mean to commit this
+
+2008-01-15 Etienne Kneuss <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_hash.c
+ ZendEngine2/zend_hash.h:
+ rename and export the macros
+ patch by colder
+
2008-01-14 Brian Shire <[EMAIL PROTECTED]>
* (PHP_5_2)