Home
last modified time | relevance | path

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

12

/PHP-5.6/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.6/ext/sockets/tests/
H A Dsocket_cmsg_credentials.phpt29 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
36 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_cmsg_rights.phpt29 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
36 socket_set_nonblock($s) or die("Could not put in non-blocking mode");
H A Dsocket_abstract_path_sendmsg.phpt20 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_abstract_path.phpt22 socket_set_nonblock($servers) or die("Could not put in non-blocking mode");
H A Dsocket_recvmsg.phpt28 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dmcast_ipv4_recv.phpt84 echo "blocking source\n";
175 blocking source
H A Dsocket_import_stream-4.phpt82 Warning: socket_set_block(): unable to set blocking mode [%d]: %s in %s on line %d
H A Dsocket_sendrecvmsg_multi_msg.phpt32 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dmcast_ipv6_recv.phpt111 echo "blocking source\n";
204 blocking source
H A Dsocket_sendrecvmsg_multi_msg-win32.phpt26 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_import_stream-4-win.phpt83 Warning: socket_set_block(): unable to set blocking mode [%d]: An operation was attempted on someth…
/PHP-5.6/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.6/ext/pgsql/tests/
H A D29nb_async_connect.phpt2 PostgreSQL non-blocking async connect
H A D30nb_async_query_params.phpt2 PostgreSQL non-blocking async query params
H A D32nb_async_query.phpt2 PostgreSQL non-blocking async queries
H A D31nb_async_query_prepared.phpt2 PostgreSQL non-blocking async prepared queries
/PHP-5.6/ext/sockets/
H A Dphp_sockets.h61 int blocking; member
H A Dsockets.c394 php_sock->blocking = 1; in php_create_socket()
438 sock->blocking = 1;
481 out_sock->blocking = 1;
505 nonblock = !sock->blocking;
930 php_sock->blocking = 1;
980 php_sock->blocking = 0;
987 php_sock->blocking = 0;
1026 php_sock->blocking = 1;
1368 php_sock->blocking = 1;
2288 retsock->blocking =
[all …]
/PHP-5.6/
H A DUPGRADING165 - Non-blocking read/write query behavior now optionally available in database
263 socket stream underlying a database connection is set to non-blocking mode:
311 Added pg_socket($connection) to allow async connections and non-blocking IO
313 Added pg_consume_input($connection) for non-blocking query result consumption
314 Added pg_flush($connection) for non-blocking query write completion
391 stream_set_blocking() on its result enables non-blocking behavior.
H A DNEWS2270 . Fixed bug #41631 (socket timeouts not honored in blocking SSL reads)
2389 establishing asynchronous connections and executing queries in non-blocking
2395 non-blocking reads/writes to underlying connection sockets. (Daniel Lowrey)
5795 . On blocking SSL sockets respect the timeout option where possible.
6373 . Fixed possible blocking behavior in openssl_random_pseudo_bytes on Windows.
7984 - Fixed bug #47893 (CLI aborts on non blocking stdout). (Arnaud)
8205 - Fixed stream_get_line() to behave as documented on non-blocking streams.
9084 - Fixed bug #41236 (Regression in timeout handling of non-blocking SSL
10568 - Fixed bug #35062 (socket_read() produces warnings on non blocking sockets).
10862 - Fixed bug #35079 (stream_set_blocking(true) toggles, not enables blocking).
[all …]
/PHP-5.6/sapi/thttpd/
H A DREADME23 - Fix for non-blocking sending of thttpd-generated responses
/PHP-5.6/ext/pgsql/
H A DREADME71 WIN32_NON_BLOCKING_CONNECTIONS, non-blocking connection will block.
100 pg_exec() is a blocking function.
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch2435 +/* we should be already be in non blocking mode for network socket */

Completed in 60 milliseconds

12