]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 23 Sep 2008 01:32:07 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Tue, 23 Sep 2008 01:32:07 +0000 (01:32 +0000)
ChangeLog

index e880585dbc31f0af0bcccf9d826bd9cb257878b2..76f65c6c269f054e4b3e27b3660dff8b0b64b28f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2008-09-22  Rob Richards  <rrichards@ctindustries.net>
+
+    * ext/gd/gd.c:
+      sz is long not zval**
+
+    * ext/dom/domconfiguration.c
+      ext/dom/node.c:
+      fix hints causing phpdoc crash
+
+2008-09-22  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      NEWS:
+      - BFN #46088
+
+    * (PHP_5_2)
+      ext/spl/spl_iterators.c
+      ext/spl/spl_iterators.c
+      ext/spl/tests/bug46088.phpt:
+      - MFH: Fixed bug #46088 (RegexIterator::accept - segfault)
+
+    * (PHP_5_3)
+      ext/spl/tests/bug46088.phpt:
+      - New test
+
+    * ext/spl/tests/bug46088.phpt
+      ext/spl/tests/bug46088.phpt
+      ext/spl/tests/bug46088.phpt:
+        1.1.4;
+      - Fixed bug #46088 (RegexIterator::accept - segfault)
+
+    * ext/spl/spl_iterators.c:
+      - Fixed bug #46088 (RegexIterator::accept - segfault)
+
+2008-09-22  Greg Beaver  <greg@chiaraquartet.net>
+
+    * ext/phar/zip.c:
+      MF53: workaround for Bug #46147 for PHP < 5.2.7
+
+    * (PHP_5_3)
+      ext/phar/zip.c:
+      workaround for Bug #46147 for PHP < 5.2.7
+
+    * (PHP_5_3)
+      NEWS
+      main/streams/filter.c
+      main/streams/filter.c
+      main/streams/streams.c
+      main/streams/streams.c:
+      MF52 fix Bug #46147: after stream seek, appending stream filter reads
+      incorrect data
+
+    * (PHP_5_2)
+      NEWS
+      main/streams/filter.c
+      main/streams/streams.c:
+      fix Bug #46147: after stream seek, appending stream filter reads incorrect
+      data
+
 2008-09-21  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_3)