From a1f9cfb6536b9f106f5e0cef51e7553ff20ab09b Mon Sep 17 00:00:00 2001 From: Date: Sat, 9 Dec 2006 01:31:06 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 195 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 21 ++++++ 2 files changed, 216 insertions(+) diff --git a/ChangeLog b/ChangeLog index 59fba35434..9a2c6dd9e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,198 @@ +2006-12-08 Antony Dovgal + + * ext/standard/php_var.h + ext/standard/var.c: + don't change public API + + * (PHP_5_2) + ext/standard/php_var.h + ext/standard/var.c: + MFH: fix possible issue in the serializer, which might currupt struc when + reallocating arguments stack + + * ext/standard/php_var.h + ext/standard/var.c: + fix possible issue in the serializer, which might currupt struc when + reallocating arguments stack + (no reproduce case, sorry) + + * (PHP_5_2) + NEWS + ext/oci8/oci8_lob.c + ext/oci8/php_oci8_int.h: + MFH: fix #39732 (oci_bind_array_by_name doesn't work on Solaris 64bit) + + * ext/oci8/oci8_lob.c + ext/oci8/php_oci8_int.h: + fix #39732 (oci_bind_array_by_name doesn't work on Solaris 64bit) + + * ext/standard/iptc.c: + fix typo + +2006-12-08 Ilia Alshanetsky + + * ext/pdo/pdo_stmt.c + ext/pdo_mysql/mysql_statement.c: + MFB: Fixed bug #39759 (Can't use stored procedures fetching multiple result + sets in pdo_mysql). + + * (PHP_5_2) + NEWS + ext/pdo/pdo_stmt.c + ext/pdo_mysql/mysql_driver.c + ext/pdo_mysql/mysql_statement.c + ext/pdo_mysql/tests/pecl_bug_5780.phpt: + Fixed bug #39759 (Can't use stored procedures fetching multiple result + sets in pdo_mysql). + +2006-12-08 Andrei Zmievski + + * ext/standard/dl.c: + Unicode filename support in dl(). + + * main/main.c: + Don't use zend_ascii_hash_find() here -- module names are binary strings. + +2006-12-08 Rob Richards + + * (PHP_5_2) + ext/simplexml/tests/027.phpt + ext/simplexml/tests/bug35785.phpt: + fix tests + +2006-12-08 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/filter/filter.c + ext/filter/tests/bug39763.phpt + ext/filter/tests/bug39763.phpt: + Fixed bug #39763 (magic quotes are applied twice by ext/filter in + parse_str()) + +2006-12-08 Antony Dovgal + + * (PHP_5_2) + NEWS: + -BFN + + * ext/filter/filter.c + ext/filter/filter.c: + revert the fix for #39763 + +2006-12-08 Rob Richards + + * ext/dom/document.c + ext/dom/xpath.c + ext/dom/tests/domxpath.phpt: + mark more functions unicode safe + add test + + * ext/dom/documentfragment.c + ext/dom/domconfiguration.c + ext/dom/domerrorhandler.c + ext/dom/domimplementation.c + ext/dom/domimplementationlist.c + ext/dom/domimplementationsource.c + ext/dom/domstringlist.c + ext/dom/entityreference.c + ext/dom/namednodemap.c + ext/dom/namelist.c + ext/dom/node.c + ext/dom/processinginstruction.c + ext/dom/string_extend.c + ext/dom/text.c + ext/dom/userdatahandler.c + ext/dom/xpath.c + ext/dom/tests/domattributes.phpt + ext/dom/tests/domelement.phpt + ext/dom/tests/domfragment.phpt + ext/dom/tests/domimplementation.phpt + ext/dom/tests/dompi.phpt: + mark more functions unicode safe + add tests + +2006-12-08 Dmitry Stogov + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/tests/bug38146.phpt + ZendEngine2/tests/bug39775.phpt + ext/spl/tests/iterator_035.phpt + tests/classes/array_access_003.phpt + tests/classes/array_access_004.phpt + tests/classes/array_access_005.phpt + tests/classes/array_access_008.phpt + tests/classes/array_access_012.phpt: + Fixed bug #39775 ("Indirect modification ..." message is not shown) + + * (PHP_5_2) + NEWS + ZendEngine2/zend_execute.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/tests/bug38146.phpt + ZendEngine2/tests/bug39775.phpt + ZendEngine2/tests/bug39775.phpt + ext/spl/tests/iterator_035.phpt + tests/classes/array_access_003.phpt + tests/classes/array_access_004.phpt + tests/classes/array_access_005.phpt + tests/classes/array_access_008.phpt + tests/classes/array_access_012.phpt: + Fixed bug #39775 ("Indirect modification ..." message is not shown) + The fix breaks two SimpleXML tests those must be fixed + +2006-12-08 Antony Dovgal + + * (PHP_5_2) + ext/standard/tests/assert/assert03.phpt + ext/standard/tests/assert/assert04.phpt: + add new tests by + + * ext/standard/tests/assert/assert03.phpt + ext/standard/tests/assert/assert03.phpt + ext/standard/tests/assert/assert04.phpt + ext/standard/tests/assert/assert04.phpt: + + add new tests by + +2006-12-08 Dmitry Stogov + + * ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.c: + Fixed possible failure + +2006-12-08 Nuno Lopes + + * ext/pcre/tests/bug21758.phpt + ext/pcre/tests/bug27011.phpt + ext/pcre/tests/bug38600.phpt: + MFB: new tests + + * ext/pcre/tests/bug21758.phpt + ext/pcre/tests/bug21758.phpt + ext/pcre/tests/bug27011.phpt + ext/pcre/tests/bug27011.phpt + ext/pcre/tests/bug38600.phpt + ext/pcre/tests/bug38600.phpt: + + file bug21758.phpt was initially added on branch PHP_5_2. + +2006-12-08 Ilia Alshanetsky + + * ext/curl/interface.c: + Fixed typo + +2006-12-08 Sara Golemon + + * ext/standard/file.c: + More BC bodges for fgets/fgetss + +2006-12-08 Ilia Alshanetsky + + * ext/curl/interface.c: + Allow POST of unicode data as utf8 + 2006-12-07 Antony Dovgal * ext/standard/tests/strings/bug39350.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a943f6fa63..4f8020f98a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,24 @@ +2006-12-08 Dmitry Stogov + + * zend_execute.c + zend_object_handlers.c + tests/bug38146.phpt + tests/bug39775.phpt: + Fixed bug #39775 ("Indirect modification ..." message is not shown) + + * (PHP_5_2) + zend_execute.c + zend_object_handlers.c + tests/bug38146.phpt + tests/bug39775.phpt + tests/bug39775.phpt: + Fixed bug #39775 ("Indirect modification ..." message is not shown) + The fix breaks two SimpleXML tests those must be fixed + + * zend_alloc.c + zend_alloc.c: + Fixed possible failure + 2006-12-07 Antony Dovgal * (PHP_5_2) -- 2.50.1