From: Date: Thu, 15 Jan 2009 01:32:42 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4514 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7626186ff7c7f4daf30f742502ed345bdc0748f7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b8035ee477..ab74bdbaf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,135 @@ +2009-01-14 Ilia Alshanetsky + + * ext/pdo_mysql/mysql_statement.c: + + MFB: Removed unused variable + + * (PHP_5_3) + ext/pdo_mysql/mysql_statement.c: + + Removed unused variable + +2009-01-14 Takeshi Abe + + * ext/gd/config.m4 + ext/gd/config.w32 + ext/gd/gd.c + ext/gd/libgd/gd.h + ext/gd/libgd/gd_pixelate.c + ext/gd/libgd/gd_pixelate.c + ext/gd/tests/imagefilter.phpt: + added pixelate filter. + +2009-01-14 Antony Dovgal + + * ext/date/tests/date_sun_info_variation2.phpt + ext/date/tests/date_sun_info_variation2.phpt + ext/date/tests/date_sun_info_variation2.phpt + ext/date/tests/date_sun_info_variation3.phpt: + fix typo + +2009-01-14 andy wharmby + + * ext/date/tests/date_sun_info_variation2.phpt + ext/date/tests/date_sun_info_variation2.phpt + ext/date/tests/date_sun_info_variation2.phpt + ext/date/tests/date_sun_info_variation3.phpt + ext/date/tests/date_sun_info_variation3.phpt + ext/date/tests/date_sun_info_variation3.phpt: + Fix date_suninfo_tests; add missing date_default_timezone_set() to ensure + they PASS when run in any timezone. Tested on WIndows, Linux and Linux + 64bit. + +2009-01-14 Etienne Kneuss + + * (PHP_5_3) + NEWS + ext/spl/spl_observer.c + ext/spl/tests/observer_007.phpt: + MFH: Fix #47045 (Correctly compare splobjectstorages with ==) + + * ext/spl/spl_observer.c + ext/spl/tests/observer_007.phpt + ext/spl/tests/observer_007.phpt: + Fix #47045 (Correctly compare splobjectstorages with ==) + +2009-01-14 andy wharmby + + * ext/standard/tests/url/base64_decode_variation_001.phpt + ext/standard/tests/url/base64_decode_variation_001.phpt + ext/standard/tests/url/base64_decode_variation_001.phpt + ext/standard/tests/url/base64_decode_variation_002.phpt + ext/standard/tests/url/base64_decode_variation_002.phpt + ext/standard/tests/url/base64_decode_variation_002.phpt + ext/standard/tests/url/base64_encode_basic_002.phpt + ext/standard/tests/url/base64_encode_basic_002.phpt + ext/standard/tests/url/base64_encode_basic_002.phpt + ext/standard/tests/url/base64_encode_basic_002.phpt + ext/standard/tests/url/base64_encode_basic_002.phpt: + Fixed base64_decode variation tests and new base64_encode test. Tested on + Windows, Linux and Linux64 bit + +2009-01-14 Dmitry Stogov + + * (PHP_5_3) + NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c: + Fixed bug #46755 (warning: use statement with non-compound name) + Fixed bug #46979 (use with non-compound name *has* effect) + + * ZendEngine2/zend_API.c + ZendEngine2/tests/access_modifiers_012.phpt: + Fixed __call() to be invoked on private/protected method access through + callback + s + + * (PHP_5_3) + ZendEngine2/zend_API.c: + Fixed __call() to be invoked on private/protected method access through + callbacks + +2009-01-14 Jani Taskinen + + * (PHP_5_2) + NEWS: + Fix order + + * (PHP_5_3) + NEWS: + fix news + +2009-01-14 Dmitry Stogov + + * ZendEngine2/zend_closures.c + ZendEngine2/zend_closures.c + ZendEngine2/zend_closures.h + ZendEngine2/zend_closures.h + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/tests/closure_034.phpt + ZendEngine2/tests/closure_034.phpt + ZendEngine2/tests/closure_035.phpt + ZendEngine2/tests/closure_035.phpt + ZendEngine2/tests/closure_036.phpt + ZendEngine2/tests/closure_036.phpt: + Reverted "Rebind closure when binding to property" + +2009-01-14 Pierre-Alain Joye + + * (PHP_5_3) + NEWS: + - entry for support for PNG gray levels+ alpha image, loaded as truecolor + + * ext/gd/libgd/gd_png.c + ext/gd/libgd/gd_png.c: + - [DOC] support for PNG gray levels+ alpha image, loaded as truecolor + + * (PHP_5_3) + NEWS: + - NEWS entry for the recent DNS improvement + - [DOC] already submitted but it is a good summary + 2009-01-13 andy wharmby * ext/date/tests/date_default_timezone_get_error.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 620b2cc077..5848e69066 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,35 @@ +2009-01-14 Dmitry Stogov + + * zend_compile.c + zend_compile.c: + Fixed bug #46755 (warning: use statement with non-compound name) + Fixed bug #46979 (use with non-compound name *has* effect) + + * zend_API.c + tests/access_modifiers_012.phpt: + Fixed __call() to be invoked on private/protected method access through + callback + s + + * (PHP_5_3) + zend_API.c: + Fixed __call() to be invoked on private/protected method access through + callbacks + + * zend_closures.c + zend_closures.c + zend_closures.h + zend_closures.h + zend_object_handlers.c + zend_object_handlers.c + tests/closure_034.phpt + tests/closure_034.phpt + tests/closure_035.phpt + tests/closure_035.phpt + tests/closure_036.phpt + tests/closure_036.phpt: + Reverted "Rebind closure when binding to property" + 2009-01-13 Felipe Pena * tests/bug46304.phpt