Home
last modified time | relevance | path

Searched refs:timeout (Results 76 – 97 of 97) sorted by relevance

1234

/PHP-5.5/ext/standard/tests/file/
H A D007_error.phpt17 (including socket timeout); otherwise returns FALSE.
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c424 apr_time_sec(serv->timeout), apr_time_sec(serv->keep_alive_timeout)); in PHP_MINFO_FUNCTION()
/PHP-5.5/
H A Dphp.ini-development818 ; Default timeout for socket based streams (seconds)
819 ; http://php.net/default-socket-timeout
1144 ; Maximum time (in seconds) for connect timeout. -1 means no limit
1145 ; http://php.net/mysql.connect-timeout
1241 ; http://php.net/oci8.persistent-timeout
1328 ; Set per-context timeout
1329 ; http://php.net/sybct.timeout
1330 ;sybct.timeout=
1615 ; Connect timeout
1618 ; Query timeout
[all …]
H A Dphp.ini-production818 ; Default timeout for socket based streams (seconds)
819 ; http://php.net/default-socket-timeout
1144 ; Maximum time (in seconds) for connect timeout. -1 means no limit
1145 ; http://php.net/mysql.connect-timeout
1241 ; http://php.net/oci8.persistent-timeout
1328 ; Set per-context timeout
1329 ; http://php.net/sybct.timeout
1330 ;sybct.timeout=
1615 ; Connect timeout
1618 ; Query timeout
[all …]
H A DREADME.STREAMS92 int socktype, int timeout, int persistent);
96 struct timeval *timeout);
H A Dserver-tests.php242 public $timeout = 4; variable in HTTPRequest
286 $this->timeout = (int)$this->options['timeout'];
H A Drun-tests.php1097 $timeout = $leak_check ? 300 : (isset($env['TEST_TIMEOUT']) ? $env['TEST_TIMEOUT'] : 60);
1105 $n = @stream_select($r, $w, $e, $timeout);
H A DNEWS429 . Fixed bug #69402 (Reading empty SSL stream hangs until timeout).
703 . Fixed bug #68583 (Crash in timeout thread). (Anatol)
4038 . Reverted a change in timeout handling restoring PHP 5.3.6 behavior,
4217 . On blocking SSL sockets respect the timeout option where possible.
6007 setting network timeout (FR #42837). (Jani)
7093 - Fixed bug #42943 (ext/mssql: Move *timeout initialization from RINIT
7506 - Fixed bug #41236 (Regression in timeout handling of non-blocking SSL
7740 - Added read-timeout context option "timeout" for HTTP streams. (Hannes, Ilia).
7819 . start timeout thread only if necessary
7976 - Fixed bug #39571 (timeout ssl:// connections). (Ilia)
[all …]
H A DINSTALL552 "idle-timeout" => 20
/PHP-5.5/ext/soap/
H A Dphp_http.c174 struct timeval *timeout = NULL; in http_connect() local
191 timeout = &tv; in http_connect()
237 timeout, in http_connect()
/PHP-5.5/ext/imap/
H A Dphp_imap.c465 ZEND_ARG_INFO(0, timeout)
4748 long ttype, timeout=-1; in PHP_FUNCTION() local
4751 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l|l", &ttype, &timeout) == FAILURE) { in PHP_FUNCTION()
4755 if (timeout == -1) { in PHP_FUNCTION()
4774 timeout = (long) mail_parameters(NIL, timeout_type, NIL); in PHP_FUNCTION()
4775 RETURN_LONG(timeout); in PHP_FUNCTION()
4776 } else if (timeout >= 0) { in PHP_FUNCTION()
4795 timeout = (long) mail_parameters(NIL, timeout_type, (void *) timeout); in PHP_FUNCTION()
/PHP-5.5/sapi/apache/
H A Dphp_apache.c215 …snprintf(output_buf, sizeof(output_buf), "Connection: %d - Keep-Alive: %d", serv->timeout, serv->k… in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c51 ZEND_ARG_INFO(0, timeout)
58 ZEND_ARG_INFO(0, timeout)
/PHP-5.5/ext/mbstring/libmbfl/tests/conv_kana.tests/
H A Dconv_kana.exp3 set timeout 1
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in438 ; The timeout for serving a single request after which a PHP backtrace will be
444 ; The timeout for serving a single request after which the worker process will
/PHP-5.5/ext/standard/
H A Dbasic_functions.c1426 ZEND_ARG_INFO(0, timeout)
1434 ZEND_ARG_INFO(0, timeout)
1970 ZEND_ARG_INFO(0, timeout)
1985 ZEND_ARG_INFO(0, timeout)
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1626 …snprintf(output_buf, sizeof(output_buf), "Connection: %d - Keep-Alive: %d", serv->timeout, serv->k… in PHP_MINFO_FUNCTION()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1908 + ** to read timeout
2076 ** or EOF ends things, otherwise we go until a timeout.
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c364 void timeout(int sig);
/PHP-5.5/ext/curl/
H A Dinterface.c373 ZEND_ARG_INFO(0, timeout)
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c32073 struct timespec timeout = {1, 0}; /* 1 sec timeout */
32074 if( gethostuuid(pHostID, &timeout) ){
129373 int timeout = db->busyTimeout;
129384 if( prior + delay > timeout ){
129385 delay = timeout - prior;
129392 int timeout = ((sqlite3 *)ptr)->busyTimeout;
129393 if( (count+1)*1000 > timeout ){
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic6885 # for version >= 2 maximal timeout can be 65534

Completed in 475 milliseconds

1234