From: Sterling Hughes Date: Wed, 2 May 2001 19:34:51 +0000 (+0000) Subject: set the date 4.0.5 was released. X-Git-Tag: php-4.0.6RC1~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66b2cf3ef5fb1601d4ff6268d9465ec3c886bcff;p=php set the date 4.0.5 was released. 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? --- diff --git a/NEWS b/NEWS index 5b3f95f913..4789d3b55a 100644 --- 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)