From 363a9adae4dbe01bd3ea2232fe9f2c1184e4e1a4 Mon Sep 17 00:00:00 2001 From: Date: Tue, 6 Jan 2009 01:32:32 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 138 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 31 +++++++++++ 2 files changed, 169 insertions(+) diff --git a/ChangeLog b/ChangeLog index 173c0f7c3c..4d6a1f11b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,141 @@ +2009-01-05 Felipe Pena + + * (PHP_5_2) + NEWS + NEWS: + - BFN + + * ext/soap/tests/bug46760.phpt + ext/soap/tests/bug46760.phpt: + - New test + + * (PHP_5_2) + ext/soap/soap.c + ext/soap/tests/bug46760.phpt + ext/soap/tests/bug46760.phpt + ext/soap/tests/bug46760.phpt: + - Fixed bug #46760 (SoapClient doRequest fails when proxy is used) [only in + this branch] + + * (PHP_5_3) + ZendEngine2/zend_execute.c + ZendEngine2/zend_operators.c + ZendEngine2/zend_operators.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/bug46701.phpt: + MFH: + - Fixed bug #46701 (Creating associative array with long values in the key + fails on 32bit linux) + Patch by Shire + + * ZendEngine2/tests/bug46701.phpt + ZendEngine2/tests/bug46701.phpt + ZendEngine2/tests/bug46701.phpt: + 1.1.4; + - Fixed bug #46701 (Creating associative array with long values in the key + fails on 32bit linux) + Patch by Shire + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_operators.c + ZendEngine2/zend_operators.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + - Fixed bug #46701 (Creating associative array with long values in the key + fails on 32bit linux) + Patch by Shire + + * ext/mysql/tests/001.phpt + ext/mysql/tests/002.phpt + ext/mysql/tests/003.phpt + ext/mysql/tests/mysql_escape_string.phpt + ext/mysql/tests/mysql_fetch_array.phpt + ext/mysql/tests/mysql_fetch_assoc.phpt + ext/mysql/tests/mysql_fetch_field.phpt + ext/mysql/tests/mysql_fetch_object.phpt + ext/mysql/tests/mysql_fetch_row.phpt + ext/mysql/tests/mysql_field_name.phpt + ext/mysql/tests/mysql_field_seek.phpt + ext/mysql/tests/mysql_field_table.phpt + ext/mysql/tests/mysql_field_type.phpt + ext/mysql/tests/mysql_pconn_max_links.phpt + ext/mysql/tests/mysql_query.phpt + ext/mysql/tests/mysql_real_escape_string.phpt + ext/mysql/tests/mysql_result.phpt + ext/mysql/tests/mysql_select_db.phpt + ext/mysql/tests/mysql_set_charset.phpt + ext/mysql/tests/mysql_tablename.phpt + ext/mysql/tests/mysql_unbuffered_query.phpt: + - Fixed tests (removed UEXPECT(F) section) + + * ext/date/tests/idate_variation7.phpt + ext/filter/tests/041.phpt + ext/iconv/tests/iconv_substr.phpt + ext/posix/tests/posix_initgroups.phpt + ext/session/tests/session_module_name_variation3.phpt + ext/session/tests/session_name_basic.phpt + ext/session/tests/session_name_error.phpt + ext/session/tests/session_name_variation1.phpt + ext/session/tests/session_save_path_basic.phpt + ext/session/tests/session_save_path_error.phpt + ext/session/tests/session_save_path_variation1.phpt + ext/session/tests/session_set_save_handler_basic.phpt + ext/standard/tests/array/compact_variation1.phpt + ext/standard/tests/file/rmdir_variation1.phpt + sapi/cli/tests/002.phpt + sapi/cli/tests/003-2.phpt + sapi/cli/tests/003.phpt + sapi/cli/tests/013.phpt + tests/basic/022.phpt + tests/lang/bug44654.phpt + tests/lang/comments.phpt: + - Fixed tests + +2009-01-05 Ilia Alshanetsky + + * (PHP_5_3) + sapi/apache/php_apache.c + sapi/apache2filter/php_functions.c + sapi/apache2handler/php_functions.c + sapi/apache_hooks/php_apache.c: + + MFB: Improved parameter handling + + * sapi/apache/php_apache.c + sapi/apache2filter/php_functions.c + sapi/apache2handler/php_functions.c + sapi/apache_hooks/php_apache.c: + Improved parameter handling + +2009-01-05 Antony Dovgal + + * (PHP_5_2) + ext/pdo/tests/bug_44159.phpt + ext/pdo/tests/bug_44159.phpt: + create temporary db in the current dir and cleanup on completion + + * run-tests.php + run-tests.php: + fix ws + + * ext/sqlite3/sqlite3.c: + fix build + + * (PHP_5_3) + run-tests.php: + MFH: only add "# original source" if a redirect is active + + * run-tests.php: + only add "# original source" if a redirect is active + + * ext/mbstring/mbstring.c: + MFB: fix memleaks correctly and make valgrind happy + + * (PHP_5_3) + ext/mbstring/mbstring.c: + fix memleaks correctly and make valgrind happy + 2009-01-04 Pierre-Alain Joye * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ba02d53cb6..71e328f1dc 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,34 @@ +2009-01-05 Felipe Pena + + * (PHP_5_3) + zend_execute.c + zend_operators.c + zend_operators.h + zend_vm_def.h + zend_vm_execute.h + tests/bug46701.phpt: + MFH: + - Fixed bug #46701 (Creating associative array with long values in the key + fails on 32bit linux) + Patch by Shire + + * tests/bug46701.phpt + tests/bug46701.phpt + tests/bug46701.phpt: + 1.1.4; + - Fixed bug #46701 (Creating associative array with long values in the key + fails on 32bit linux) + Patch by Shire + + * zend_execute.c + zend_operators.c + zend_operators.h + zend_vm_def.h + zend_vm_execute.h: + - Fixed bug #46701 (Creating associative array with long values in the key + fails on 32bit linux) + Patch by Shire + 2009-01-04 Marcus Boerger * (PHP_5_3) -- 2.40.0