Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 9 of 9) sorted by relevance

/PHP-5.3/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation3.phpt20 echo "\n\nSet blocking to false:\n";
24 echo "\n\nSet blocking to true:\n";
52 Set blocking to false:
72 Set blocking to true:
H A Dstream_get_line_nb.phpt2 stream_get_line() on non-blocking stream
13 * Tests that stream_get_line() behaves as documented on non-blocking streams:
/PHP-5.3/ext/sysvmsg/
H A Dsysvmsg.c53 ZEND_ARG_INFO(0, blocking)
393 zend_bool do_serialize = 1, blocking = 1; in PHP_FUNCTION() local
402 &queue, &msgtype, &message, &do_serialize, &blocking, &zerror) == FAILURE) { in PHP_FUNCTION()
455 result = msgsnd(mq->id, messagebuffer, message_len, blocking ? 0 : IPC_NOWAIT); in PHP_FUNCTION()
/PHP-5.3/ext/sockets/
H A Dphp_sockets.h86 int blocking; member
H A Dsockets.c369 sock->blocking = 1;
412 out_sock->blocking = 1;
436 nonblock = !sock->blocking;
874 php_sock->blocking = 1;
917 php_sock->blocking = 0;
940 php_sock->blocking = 1;
1272 php_sock->blocking = 1;
1959 php_sock[0]->blocking = 1;
1960 php_sock[1]->blocking = 1;
/PHP-5.3/sapi/thttpd/
H A DREADME23 - Fix for non-blocking sending of thttpd-generated responses
/PHP-5.3/ext/pgsql/
H A DREADME71 WIN32_NON_BLOCKING_CONNECTIONS, non-blocking connection will block.
100 pg_exec() is a blocking function.
/PHP-5.3/
H A DNEWS1166 . On blocking SSL sockets respect the timeout option where possible.
1745 . Fixed possible blocking behavior in openssl_random_pseudo_bytes on Windows.
3356 - Fixed bug #47893 (CLI aborts on non blocking stdout). (Arnaud)
3577 - Fixed stream_get_line() to behave as documented on non-blocking streams.
4456 - Fixed bug #41236 (Regression in timeout handling of non-blocking SSL
5940 - Fixed bug #35062 (socket_read() produces warnings on non blocking sockets).
6234 - Fixed bug #35079 (stream_set_blocking(true) toggles, not enables blocking).
6623 - Fixed bug #31363 (broken non-blocking flock()). (ian at snork dot net)
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch2255 +/* we should be already be in non blocking mode for network socket */

Completed in 60 milliseconds