From: Date: Tue, 7 Apr 2009 01:32:45 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3968 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6106b62934edd6cdd56cdf6935a78575184b809;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index fe6f58f7fc..5fa7b50b14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,127 @@ +2009-04-06 Felipe Pena + + * (PHP_5_2) + NEWS + ZendEngine2/zend_execute.c + ZendEngine2/tests/bug39304.phpt + ZendEngine2/tests/bug41919.phpt: + - Fixed bug #47903 ("@" operator does not work with string offsets (PHP_5_2 + only!)) + (MFH: #39018) + +2009-04-06 Ilia Alshanetsky + + * ext/pgsql/tests/80_bug14383.phpt: + + MFB: Fixed test + + * (PHP_5_3) + ext/pgsql/tests/80_bug14383.phpt: + + MFB: ext/pgsql/tests/80_bug14383.phpt + + * (PHP_5_2) + ext/pgsql/tests/80_bug14383.phpt: + + Fixed test + +2009-04-06 Derick Rethans + + * ext/date/lib/timezonedb.h + ext/date/lib/timezonedb.h + ext/date/lib/timezonedb.h: + - Updated to version 2009.5 (2009e) + +2009-04-06 Hannes Magnusson + + * (PHP_5_3) + tests/output/ob_start_basic_unerasable_005.phpt: + This is apparently fixed + + * ext/session/tests/bug42596.phpt + ext/session/tests/bug42596.phpt + ext/session/tests/bug42596.phpt: + 1.1.4; + Add a test for bug#42596 so people wont try bogusly fixing it again + + * (PHP_5_2) + NEWS + ext/session/mod_files.c: + MFH: Fixed segfault on invalid session.save_path + + * (PHP_5_3) + ext/session/mod_files.c: + MFH: Fix segfault on invalid session.save_path + + * ext/session/mod_files.c: + Fix segfault on invalid session.save_path + +2009-04-06 Pierre-Alain Joye + + * ext/gd/config.w32: + - nuke unused var + +2009-04-06 Dmitry Stogov + + * ZendEngine2/tests/bug47880.phpt + ZendEngine2/tests/bug47880.phpt: + + file bug47880.phpt was initially added on branch PHP_5_3. + + * (PHP_5_3) + NEWS + ZendEngine2/zend_API.c + ZendEngine2/zend_API.c + ZendEngine2/tests/bug47880.phpt: + Bug #47880 (crashes in call_user_func_array()) + +2009-04-06 Pierre-Alain Joye + + * ext/mysqli/mysqli.c: + - fix TS build + + * (PHP_5_3) + ext/gd/config.w32: + - naming & cleanup + +2009-04-06 Hannes Magnusson + + * ext/spl/tests/bug38325.phpt: + Use an obscure name + +2009-04-06 Kalle Sommer Nielsen + + * (PHP_5_2) + ext/sqlite/libsqlite/src/date.c: + MFB53: Kill warning about php_localtime_r not being defined + + * (PHP_5_3) + ext/sqlite/libsqlite/src/date.c + win32/build/config.w32.h.in: + MFH: Fix redef warnings + Kill warning about php_localtime_r not being defined + + * win32/build/config.w32.h.in: + Fix redef warnings + +2009-04-06 Hannes Magnusson + + * (PHP_5_3) + php.ini-development + php.ini-production: + MFH: Mention which directives are hardcoded using the CLI SAPI + + * php.ini-development + php.ini-production: + Mention which options are hardcoded in the cli sapi + +2009-04-06 Dave Kelsey + + * (PHP_5_2) + ext/standard/tests/file/touch_basic-win32.phpt: + bug 47886: fix test which failed during DST. Microsoft api working as + designed, but unexpected. + 2009-04-05 Ilia Alshanetsky * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 741b5141a2..41da99a7ac 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,25 @@ +2009-04-06 Felipe Pena + + * (PHP_5_2) + zend_execute.c + tests/bug39304.phpt + tests/bug41919.phpt: + - Fixed bug #47903 ("@" operator does not work with string offsets (PHP_5_2 + only!)) + (MFH: #39018) + +2009-04-06 Dmitry Stogov + + * zend_API.c + zend_API.c + tests/bug47880.phpt: + Bug #47880 (crashes in call_user_func_array()) + + * tests/bug47880.phpt + tests/bug47880.phpt: + + file bug47880.phpt was initially added on branch PHP_5_3. + 2009-04-04 Felipe Pena * zend_compile.c