]> granicus.if.org Git - php/commitdiff
set the date 4.0.5 was released.
authorSterling Hughes <sterling@php.net>
Wed, 2 May 2001 19:34:51 +0000 (19:34 +0000)
committerSterling Hughes <sterling@php.net>
Wed, 2 May 2001 19:34:51 +0000 (19:34 +0000)
add an entry about the cgi, $PHP_SELF change that I made.

# There are a lot of entries where no one is taking the blame/credit for
# the changes.  Can people who have made entries, please go back and check
# to make sure that their names are by their changes?

NEWS

diff --git a/NEWS b/NEWS
index 5b3f95f913c94fea16ce22f4f4ce0ab3f8e754fb..4789d3b55ad3c87cb7c5d71ea3c55075fecb1381 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 200?, Version 4.0.6
+<<<<<<< NEWS
+- Fixed a bug regarding the $PHP_SELF being incorrectly registered when
+  force-cgi-redirect was not enabled. (Sterling)
 - pfpro extension now supports version 3 of the Verisign SDK (John Donagher)
 - Udm_Cat_List and Udm_Cat_Path functions has been added.
 - Added key_exists() to check if a given key or index exists in an
@@ -70,7 +73,7 @@ PHP 4.0                                                                    NEWS
 - Added mysql_unbuffered_query(), which is useful for very large result sets
   (Zeev)
 
-?? ??? 200?, Version 4.0.5
+30 Apr 2001, Version 4.0.5
 - Added new php.ini directive: arg_separator.input which is used to tell
   PHP which characters are considered as argument separators in URLs. 
   Renamed php.ini directive: arg_separator -> arg_separator.output (Jani)