From: Sara Golemon Date: Mon, 16 Jun 2003 20:22:23 +0000 (+0000) Subject: BFN 24210 X-Git-Tag: php-4.3.3RC1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9888224208aea0e54fdc772d80d742e393de0fe3;p=php BFN 24210 --- diff --git a/NEWS b/NEWS index a96ae5ebdc..dbe9e5542a 100644 --- 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 #24210 (not detecting assume_default_colors - typo). (sara) - Fixed bug #24198 (Invalid recursion detection in array_merge_recurcive()). (Ilia) - Fixed bug #24155 (gdImageRotate270 incorrectly use x parameter for y axis).