From: Ilia Alshanetsky Date: Fri, 27 Dec 2002 20:23:29 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: PHP_5_0_dev_before_13561_fix~589 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c955910ea0c6ab4d676651aa352e00c689486146;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index 8f180875d4..d50c0a84ee 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,10 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 200?, Version 4.4.0 +- Fixed bug #17098 (make Apache aware that PHP scripts represent dynamic data + and should not be cached). (Ilia) - Make uniqid() parameters optional and allow any prefix length. (Marcus) -- New range() functionality +- New range() functionality (Ilia) . Support for float modifier. . Detection of numeric values inside strings passed as high & low. . Proper handle the situations where high == low.