]> granicus.if.org Git - php/commit
Remove php_stream_sock_set_blocking and replace with
authorWez Furlong <wez@php.net>
Mon, 19 Aug 2002 22:59:10 +0000 (22:59 +0000)
committerWez Furlong <wez@php.net>
Mon, 19 Aug 2002 22:59:10 +0000 (22:59 +0000)
commit5f9a5a7c8e763d895f3f3dbb7cacbab94f5bc68a
treea855cffe9ff94297cc2ad1308af672c29aa792e5
parent6dbc0e5483d4c1c4008a390cb613d9118dd73e71
Remove php_stream_sock_set_blocking and replace with
php_stream_set_option which can be used in a similar way as ioctl()
to set options for streams.

Current options include buffering and blocking support.

o Buffer control is support for stdio based streams.
o Blocking/non-blocking is supported for stdio and socket based streams.
ext/standard/file.c
main/network.c
main/php_network.h
main/php_streams.h
main/streams.c