From: Date: Wed, 11 Apr 2007 01:31:05 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_1_0~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=747218ba7eaee083e353b6e51d379f719f30348e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9352675588..f9930e9d44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,119 @@ +2007-04-10 Andrei Zmievski + + * ext/unicode/collator.c: + Wrong locale name. + +2007-04-10 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + Back to dev + +2007-04-10 Antony Dovgal + + * main/fopen_wrappers.c: + MFB: fix #40931 (open_basedir bypass via symlink and move_uploaded_file()) + +2007-04-10 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + 5.2.2RC1 + +2007-04-10 Antony Dovgal + + * (PHP_5_2) + NEWS + main/fopen_wrappers.c: + fix #40931 (open_basedir bypass via symlink and move_uploaded_file()) + + * (PHP_5_2) + ext/soap/tests/bugs/bug34657.phpt: + skip test if openssl is present + + * ext/soap/tests/bugs/bug34657.phpt: + skip test if openssl is present + in this case the error messages are different + + * ext/standard/tests/network/inet_ipv6.phpt + ext/standard/tests/network/inet_ipv6.phpt: + skip this test on MacOS + + * (PHP_5_2) + ext/standard/tests/general_functions/bug40398.phpt: + fix test name + + * (PHP_5_2) + NEWS + ext/pdo_oci/oci_driver.c: + fix #41043 (pdo_oci crash when freeing error text with persistent + connection) + +2007-04-10 Marcus Boerger + + * ext/sybase_ct/php_sybase_ct.c: + - MFB Synch + + * (PHP_5_2) + ext/sybase_ct/php_sybase_ct.c: + - WS/CS + + * (PHP_5_2) + ext/sybase_ct/php_sybase_ct.c: + - Cleanup the cleanup + +2007-04-10 Antony Dovgal + + * (PHP_5_2) + ext/pdo_sqlite/config.m4: + declare THREADSAFE explicitly (it's On if undefined) + +2007-04-10 Jani Taskinen + + * ZendEngine2/zend_multiply.h: + MFB:- Fixed ZEND_SIGNED_MULTIPLY_LONG() so that ext/filter/tests/046.phpt + wont fail. (Integer overflow) + + * (PHP_5_2) + ZendEngine2/zend_multiply.h: + - Fixed ZEND_SIGNED_MULTIPLY_LONG() so that ext/filter/tests/046.phpt wont + fail. (Integer overflow) + +2007-04-10 Antony Dovgal + + * ext/tokenizer/tests/002.phpt + ext/tokenizer/tests/002.phpt: + fix test + + * (PHP_5_2) + NEWS + ext/standard/basic_functions.c + ext/standard/tests/general_functions/bug41037.phpt: + MFH: fix #41037 (unregister_tick_function() inside the tick function crash + PHP) + + * ext/standard/basic_functions.c + ext/standard/tests/general_functions/bug41037.phpt + ext/standard/tests/general_functions/bug41037.phpt: + fix #41037 (unregister_tick_function() inside the tick function crash PHP) + + * ext/pdo_mysql/mysql_statement.c: + MFB + +2007-04-10 Dmitry Stogov + + * win32/build/config.w32 + win32/build/config.w32 + win32/build/config.w32.h.in + win32/build/config.w32.h.in: + Initial WIN64 support + 2007-04-09 Antony Dovgal * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b3ab5caf6b..567b054864 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2007-04-10 Jani Taskinen + + * zend_multiply.h: + MFB:- Fixed ZEND_SIGNED_MULTIPLY_LONG() so that ext/filter/tests/046.phpt + wont fail. (Integer overflow) + + * (PHP_5_2) + zend_multiply.h: + - Fixed ZEND_SIGNED_MULTIPLY_LONG() so that ext/filter/tests/046.phpt wont + fail. (Integer overflow) + 2007-04-09 Dmitry Stogov * zend_alloc.c