diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-12-27 20:23:29 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-12-27 20:23:29 +0000 |
commit | c955910ea0c6ab4d676651aa352e00c689486146 (patch) | |
tree | 1048caf829af3939841eb98c3c9bdcf9db7309c5 /NEWS | |
parent | 967d64ade5439a87b8d24daa0e35739b8687a879 (diff) | |
download | php-git-c955910ea0c6ab4d676651aa352e00c689486146.tar.gz |
Bug fixing news.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |