]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 27 Nov 2007 01:31:28 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Tue, 27 Nov 2007 01:31:28 +0000 (01:31 +0000)
ChangeLog

index 02e05c6a14777f95fb5314cd0a813ccfb4ea0866..960df6c8f1541237f6277690a67bd08c99e26e31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2007-11-26  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * 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  <jani.taskinen@iki.fi>
+
+    * 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  <ilia@prohost.org>
 
     * ext/standard/array.c: