From: Date: Thu, 13 Apr 2006 05:31:51 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3514eae3b6fc47bca5df356692c20d1c92662e7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1fc8f5ebda..48ad454b4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,104 @@ +2006-04-12 Sara Golemon + + * ext/standard/http_fopen_wrapper.c + main/streams/filter.c + main/streams/php_stream_filter_api.h + main/streams/streams.c: + Allow http:// wrapper to automatically apply correct unicode.from.* filter + based on content-type header + +2006-04-12 Antony Dovgal + + * ext/standard/tests/strings/bug36944.phpt + ext/standard/tests/strings/bug36944.phpt: + fix test title + +2006-04-12 Johannes Schlüter + + * (PHP_5_1) + NEWS + ext/standard/array.c: + - MFH: Fix bug #37060 (Type of retval of Countable::count() is not checked) + + * ext/standard/array.c: + - Fix bug #37060 (Type of retval of Countable::count() is not checked) + +2006-04-12 Antony Dovgal + + * ext/oci8/oci8.c + ext/oci8/oci8_statement.c: + MF51: fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW + fields) + add tests + + * (PHP_5_1) + NEWS + ext/oci8/oci8.c + ext/oci8/oci8_statement.c: + fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields) + add tests + + * (PHP_5_1) + ext/oci8/oci8.c: + oops.. I didn't want to commit this.. + + * ext/oci8/oci8.c: + MF51: correct fix for bug #37055 + + * (PHP_5_1) + ext/oci8/oci8.c: + correct fix for bug #37055 + + * ext/xmlrpc/xmlrpc-epi-php.c: + MF51: fix #37057 (xmlrpc_decode() may produce arrays with numeric string + keys which are unaccessible) + + * (PHP_5_1) + NEWS + ext/xmlrpc/xmlrpc-epi-php.c: + fix #37057 (xmlrpc_decode() may produce arrays with numeric strings which + are unaccessible) + + * ext/oci8/oci8.c: + MF51: fix #37055 (incorrect reference counting for persistent OCI8 + connections) + + * (PHP_5_1) + NEWS + ext/oci8/oci8.c: + fix #37055 (incorrect reference counting for persistent OCI8 connections) + + * main/main.c: + MF51: fix #37053 (html_errors with internal classes produces wrong links) + + * (PHP_5_1) + NEWS + main/main.c: + fix #37053 (html_errors with internal classes produces wrong links) + +2006-04-12 Dmitry Stogov + + * ZendEngine2/tests/bug37046.phpt + ZendEngine2/tests/bug37046.phpt: + + file bug37046.phpt was initially added on branch PHP_5_1. + + * (PHP_5_1) + NEWS + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/bug37046.phpt: + Fixed bug #37046 (foreach breaks static scope) + + * (PHP_5_1) + NEWS + ZendEngine2/zend_ini_parser.y + ZendEngine2/zend_ini_parser.y: + Fixed bug #37002 (Have to quote literals in INI when concatenating with + vars) + 2006-04-11 Derick Rethans * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 551dd48665..6f036ae6b9 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,22 @@ +2006-04-12 Dmitry Stogov + + * zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + tests/bug37046.phpt: + Fixed bug #37046 (foreach breaks static scope) + + * tests/bug37046.phpt + tests/bug37046.phpt: + + file bug37046.phpt was initially added on branch PHP_5_1. + + * zend_ini_parser.y + zend_ini_parser.y: + Fixed bug #37002 (Have to quote literals in INI when concatenating with + vars) + 2006-04-10 Marcus Boerger * (PHP_5_1)