sterling                Mon Oct 28 11:32:56 2002 EDT

  Modified files:              
    /php4       NEWS 
  Log:
  update...
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1227 php4/NEWS:1.1228
--- php4/NEWS:1.1227    Sun Oct 27 20:17:32 2002
+++ php4/NEWS   Mon Oct 28 11:32:54 2002
@@ -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.



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to