changelog Thu Jan 15 01:32:38 2009 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3288&r2=1.3289&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3288 php-src/ChangeLog:1.3289
--- php-src/ChangeLog:1.3288 Wed Jan 14 01:33:11 2009
+++ php-src/ChangeLog Thu Jan 15 01:32:37 2009
@@ -1,3 +1,135 @@
+2009-01-14 Ilia Alshanetsky <i...@prohost.org>
+
+ * 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 <t...@fixedpoint.jp>
+
+ * 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 <t...@daylessday.org>
+
+ * 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 <whar...@uk.ibm.com>
+
+ * 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 <p...@colder.ch>
+
+ * (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 <whar...@uk.ibm.com>
+
+ * 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 <dmi...@zend.com>
+
+ * (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 <jani.taski...@sci.fi>
+
+ * (PHP_5_2)
+ NEWS:
+ Fix order
+
+ * (PHP_5_3)
+ NEWS:
+ fix news
+
+2009-01-14 Dmitry Stogov <dmi...@zend.com>
+
+ * 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 <pierre....@gmail.com>
+
+ * (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 <whar...@uk.ibm.com>
* ext/date/tests/date_default_timezone_get_error.phpt
@@ -24527,7 +24659,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3288 2009/01/14 01:33:11 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3289 2009/01/15 01:32:37 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c