]> granicus.if.org Git - php/commitdiff
WS
authorWez Furlong <wez@php.net>
Sat, 28 Sep 2002 22:37:51 +0000 (22:37 +0000)
committerWez Furlong <wez@php.net>
Sat, 28 Sep 2002 22:37:51 +0000 (22:37 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 693e150cfc39a266070e912a8649b4e4d843b676..3a189f3f85f9bf33546ca929edde0470d87636dd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,8 @@ PHP 4                                                                      NEWS
 - 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