diff options
author | Sterling Hughes <sterling@php.net> | 2002-10-28 16:32:54 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2002-10-28 16:32:54 +0000 |
commit | a78d5eb8873fc384d933aad4e79a05ccde0f89a2 (patch) | |
tree | 78e4dbfca67d2147ce7176222d47553b8057581f | |
parent | e300e0df59ae63f99e20e7f9c89b782847d19165 (diff) | |
download | php-git-a78d5eb8873fc384d933aad4e79a05ccde0f89a2.tar.gz |
update...
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- Remove $_FILES from $_REQUEST (import_request_variables is not modified), + this didn't work properly in the first place, and added confusion. + (Sterling) +- Fix the socket_read() function on win32 to work in normal mode (reading to + the end of a line), as well as binary mode. (Sterling) - ATTENTION! "make install" will *by default* install the CLI SAPI binary in {PREFIX}/bin/php. If you don't disable the CGI binary, it will be installed as {PREFIX}/bin/php-cgi. |