Searched refs:blocking (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/standard/tests/streams/ |
H A D | stream_get_meta_data_socket_variation3.phpt | 20 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 D | stream_get_line_nb.phpt | 2 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 D | sysvmsg.c | 53 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 D | php_sockets.h | 86 int blocking; member
|
H A D | sockets.c | 369 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 D | README | 23 - Fix for non-blocking sending of thttpd-generated responses
|
/PHP-5.3/ext/pgsql/ |
H A D | README | 71 WIN32_NON_BLOCKING_CONNECTIONS, non-blocking connection will block. 100 pg_exec() is a blocking function.
|
/PHP-5.3/ |
H A D | NEWS | 1166 . 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 D | libmagic.patch | 2255 +/* we should be already be in non blocking mode for network socket */
|
Completed in 58 milliseconds