wez             Sat Sep 28 18:37:51 2002 EDT

  Modified files:              
    /php4       NEWS 
  Log:
  WS
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1148 php4/NEWS:1.1149
--- php4/NEWS:1.1148    Sat Sep 28 18:37:11 2002
+++ php4/NEWS   Sat Sep 28 18:37:51 2002
@@ -4,8 +4,8 @@
 - Renamed:
     socket_set_timeout()  -> stream_set_timeout()
     socket_set_blocking() -> stream_set_blocking()
-       set_file_buffer()     -> stream_set_write_buffer()
-       socket_get_status()   -> stream_get_meta_data()
+    set_file_buffer()     -> stream_set_write_buffer()
+    socket_get_status()   -> stream_get_meta_data()
   As these functions can (in theory) work on any type of stream. (Wez)
 - Added stream_context_create(), stream_context_set_params() and
   stream_context_set_option and added an optional fourth parameter to



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

Reply via email to