This commit is contained in:
Wez Furlong 2002-09-28 22:37:51 +00:00
parent 042fdde5aa
commit 4f43b74fb8

4
NEWS
View File

@ -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