From: Date: Sun, 15 Mar 2009 01:33:03 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efd265f79d5f39224c7ab8424f4c46e0f19ce52e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 34712d4808..133611a9c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2009-03-14 Takeshi Abe + + * (PHP_5_2) + NEWS + NEWS + ext/gd/libgd/gd_png.c + ext/gd/libgd/gd_png.c + ext/gd/tests/bug45799.phpt + ext/gd/tests/bug45799.phpt: + MFH: Fixed bug #45799 (imagepng() crashes on empty image) + + * (PHP_5_3) + NEWS: + revert the NEWS line for bug #45799 + +2009-03-14 Rob Richards + + * (PHP_5_3) + NEWS: + NEWS + + * (PHP_5_3) + ext/libxml/libxml.c: + MFH: add LIBXML_LOADED_VERSION constant that contains currently loaded + libxml2 version + add libxml2 version being used to info output + +2009-03-14 Takeshi Abe + + * ext/gd/libgd/gd_png.c + ext/gd/tests/bug45799.phpt + ext/gd/tests/bug45799.phpt + ext/gd/tests/bug45799.phpt: + Fixed bug #45799 (imagepng() crashes on empty image) + 2009-03-13 Stanislav Malyshev * (PHP_5_2)