]> granicus.if.org Git - php/commitdiff
update...
authorSterling Hughes <sterling@php.net>
Mon, 28 Oct 2002 16:32:54 +0000 (16:32 +0000)
committerSterling Hughes <sterling@php.net>
Mon, 28 Oct 2002 16:32:54 +0000 (16:32 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 78e6231a79a512bb8968a12278fb1c1c45e7e9f9..1874885db1c952d60e6a753ace0708f4b88c0a3c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.