]> granicus.if.org Git - php/commitdiff
Bug fixing news.
authorIlia Alshanetsky <iliaa@php.net>
Fri, 27 Dec 2002 20:23:29 +0000 (20:23 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 27 Dec 2002 20:23:29 +0000 (20:23 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8f180875d442691ea05d15654e9abc5756d7282b..d50c0a84ee8b851d994034a35820d4bd9fe27be6 100644 (file)
--- 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.