]> granicus.if.org Git - php/commitdiff
MFH
authorIlia Alshanetsky <iliaa@php.net>
Tue, 17 Jun 2003 13:38:38 +0000 (13:38 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 17 Jun 2003 13:38:38 +0000 (13:38 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 07a6dcc6cf59db892efa9fed78239320a197286f..8e85e05c8bb0f703b42f2b9863c11c53e693f200 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,7 @@ PHP 4                                                                      NEWS
 - Fixed ext/yaz to not log if "yaz.log_file" php.ini option is not set. (Adam)
 - Fixed a bug in bundled libmysql (mysql bug #564). (Georg)
 - Fixed ext/exif to honor "magic_quotes_runtime" php.ini option. (Marcus)
+- Fixed bug #24223 (missing variable initialization in bundled gd). (Ilia)
 - Fixed bug #24220 (range() didn't handle numeric strings correctly). (Ilia)
 - Fixed bug #24210 (not detecting assume_default_colors - typo). (Sara)
 - Fixed bug #24198 (Invalid recursion detection in array_merge_recurcive()).