Browse Source
Remove php_stream_sock_set_blocking and replace with
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.experimental/new_apache_hooks
5 changed files with 122 additions and 43 deletions
-
25ext/standard/file.c
-
56main/network.c
-
1main/php_network.h
-
17main/php_streams.h
-
66main/streams.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue