From: Date: Tue, 23 Sep 2008 01:32:07 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edb3a7376a92d88eac5f020dabf48f7edccad011;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e880585dbc..76f65c6c26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2008-09-22 Rob Richards + + * 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 + + * (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 + + * 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 * (PHP_5_3)