From: Date: Tue, 27 Nov 2007 01:31:28 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~1271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32da061155142fc2e117241fd4f646a93d57321f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 02e05c6a14..960df6c8f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2007-11-26 Ilia Alshanetsky + + * ext/pdo/pdo_sql_parser.c + ext/pdo/pdo_sql_parser.c + ext/pdo/pdo_sql_parser.re + ext/pdo/pdo_sql_parser.re: + + MFB: Revert addition of - char support for bound param names + + * (PHP_5_3) + ext/pdo/pdo_sql_parser.c + ext/pdo/pdo_sql_parser.re: + Revert addition of - char support for bound param names + +2007-11-26 Jani Taskinen + + * main/php_ini.c: + - No zval is stored here + + * (PHP_5_2) + ext/pcre/php_pcre.c + ext/pcre/php_pcre.c + ext/pdo/php_pdo_driver.h + ext/pdo/php_pdo_driver.h + ext/spl/spl_directory.h + ext/spl/spl_directory.h + ext/spl/spl_iterators.h + ext/spl/spl_iterators.h + main/streams/php_stream_filter_api.h + main/streams/php_stream_filter_api.h: + MFH:- Fixed bug #43365 (Several enums have trailing commas) + + * ext/pcre/php_pcre.c + ext/pdo/php_pdo_driver.h + ext/spl/spl_directory.h + ext/spl/spl_iterators.h + main/streams/php_stream_filter_api.h: + - Fixed bug #43365 (Several enums have trailing commas) + 2007-11-25 Ilia Alshanetsky * ext/standard/array.c: