From: foobar Date: Mon, 16 Jun 2003 21:38:07 +0000 (+0000) Subject: broken caps-lock/shift key X-Git-Tag: php-4.3.3RC1~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a63c981d70df24c5f2e6f4e62612e753b92678f2;p=php broken caps-lock/shift key --- diff --git a/NEWS b/NEWS index dbe9e5542a..faf211c1c4 100644 --- a/NEWS +++ b/NEWS @@ -31,7 +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 #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).