Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 25 of 97) sorted by path

1234

/PHP-5.5/
H A D.travis.yml51 …n-tests.php -p `pwd`/sapi/cli/php -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --show-diff --set-timeout 120
H A DINSTALL552 "idle-timeout" => 20
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 DREADME.STREAMS92 int socktype, int timeout, int persistent);
96 struct timeval *timeout);
/PHP-5.5/ext/curl/
H A Dinterface.c373 ZEND_ARG_INFO(0, timeout)
H A Dmulti.c153 static void _make_timeval_struct(struct timeval *to, double timeout) /* {{{ */ in _make_timeval_struct() argument
157 conv = (unsigned long) (timeout * 1000000.0); in _make_timeval_struct()
173 double timeout = 1.0; in PHP_FUNCTION() local
176 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|d", &z_mh, &timeout) == FAILURE) { in PHP_FUNCTION()
182 _make_timeval_struct(&to, timeout); in PHP_FUNCTION()
/PHP-5.5/ext/curl/tests/
H A Dcurl_multi_select_basic1.phpt10 /* Prototype : resource curl_multi_select($mh, $timeout=1.0])
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic6885 # for version >= 2 maximal timeout can be 65534
/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/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/ext/ldap/
H A Dldap.c1974 struct timeval *timeout = NULL; in PHP_FUNCTION() local
1977 if (timeout) { in PHP_FUNCTION()
1978 ldap_memfree(timeout); in PHP_FUNCTION()
1982 if (!timeout) { in PHP_FUNCTION()
1986 ZVAL_LONG(retval, timeout->tv_sec); in PHP_FUNCTION()
1987 ldap_memfree(timeout); in PHP_FUNCTION()
1992 int timeout; in PHP_FUNCTION() local
2083 struct timeval timeout; in PHP_FUNCTION() local
2086 timeout.tv_sec = Z_LVAL_PP(newval); in PHP_FUNCTION()
2087 timeout.tv_usec = 0; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dcp51932_cp50220raw.exp3 set timeout 1
H A Dujis_sjis.exp3 set timeout 1
H A Dutf8_sjis.exp3 set timeout 1
H A Dyensign.exp2 set timeout 1
/PHP-5.5/ext/mbstring/libmbfl/tests/conv_kana.tests/
H A Dconv_kana.exp3 set timeout 1
/PHP-5.5/ext/mbstring/libmbfl/tests/strcut.tests/
H A Diso2022jp.exp8 set timeout 10
H A Dujis.exp8 set timeout 1
H A Dutf8.exp8 set timeout 1
/PHP-5.5/ext/mbstring/libmbfl/tests/strwidth.tests/
H A Dstrwidth.exp3 set timeout 1
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c253 …STD_PHP_INI_ENTRY_EX("mssql.timeout", "60", PHP_INI_ALL, OnUpdateLong, timeout, zend_m…
497 if (MS_SQL_G(timeout) < 0) MS_SQL_G(timeout) = 60; in PHP_RINIT_FUNCTION()
595 dbsettime(MS_SQL_G(timeout)); in php_mssql_do_connect()
1334 dbsettime(MS_SQL_G(timeout));
H A Dphp_mssql.h168 long connect_timeout, timeout; variable
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c364 void timeout(int sig);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_no_reconnect.phpt66 printf("[009] Server should have killed the timeout connection, [%d] %s\n",
H A Dmysqli_reconnect.phpt68 printf("[009] Server should have killed the timeout connection, [%d] %s\n",
91 …printf("[014] Cannot KILL timeout connection, [%d] %s\n", mysqli_errno($link2), mysqli_error($link…

Completed in 141 milliseconds

1234