+2009-01-05 Felipe Pena <felipensp@gmail.com>
+
+ * (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 <ilia@prohost.org>
+
+ * (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 <tony@daylessday.org>
+
+ * (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 <pierre.dev@gmail.com>
* (PHP_5_3)