changelog Tue Nov 27 01:31:29 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2880&r2=1.2881&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2880 php-src/ChangeLog:1.2881
--- php-src/ChangeLog:1.2880 Mon Nov 26 01:31:35 2007
+++ php-src/ChangeLog Tue Nov 27 01:31:28 2007
@@ -1,3 +1,42 @@
+2007-11-26 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* ext/standard/array.c: