1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 18:13:00 +02:00

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?
This commit is contained in:
Sterling Hughes
2001-05-02 19:34:51 +00:00
parent 5965588963
commit 66b2cf3ef5

5
NEWS
View File

@@ -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)