From: Ilia Alshanetsky Date: Tue, 17 Jun 2003 13:20:54 +0000 (+0000) Subject: BFN X-Git-Tag: php-4.3.3RC1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09c034c096c2dc45cd1946fcb41efb5ae7c3ee59;p=php BFN --- diff --git a/NEWS b/NEWS index faf211c1c4..07a6dcc6cf 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 #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()). (Ilia)