Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 12 of 12) sorted by relevance

/PHP-5.4/ext/oci8/tests/
H A Darray_bind_bdouble.phpt7 if (!defined('SQLT_BDOUBLE')) die('skip SQLT_BDOUBLE type not available on older Oracle clients');
H A Darray_bind_bfloat.phpt7 if (!defined('SQLT_BFLOAT')) die('skip SQLT_BFLOAT type not available on older Oracle clients');
H A Dbind_unsupported_2.phpt7 die ("skip expected output only valid for Oracle 10g+ clients");
H A Dpecl_bug16035.phpt14 die("skip expected output only valid with Oracle clients > 9gR2");
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug42214.phpt2 Bug #42214 (SoapServer sends clients internal PHP errors)
/PHP-5.4/ext/standard/tests/http/
H A Dserver.inc14 * $output is a stream on which everything sent by clients is written to
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c193 HashTable clients; member
1777 zend_hash_index_del(&server->clients, client->sock); in php_cli_server_close_connection()
2084 zend_hash_destroy(&server->clients); in php_cli_server_dtor()
2175 zend_hash_init(&server->clients, 0, NULL, (void(*)(void*))php_cli_server_client_dtor_wrapper, 1); in php_cli_server_ctor()
2319 zend_hash_index_update(&server->clients, client_sock, &client, sizeof(client), NULL); in php_cli_server_do_event_for_each_fd_callback()
2323 if (SUCCESS == zend_hash_index_find(&server->clients, fd, (void **)&client)) { in php_cli_server_do_event_for_each_fd_callback()
/PHP-5.4/sapi/fpm/
H A Dphp-fpm.conf.in174 ; List of ipv4 addresses of FastCGI clients which are allowed to connect.
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch217 + on = 30; /* give clients 30s to send first data packet */
/PHP-5.4/
H A Dphp.ini-development473 ; errors from clients. Turning the display of startup errors on can be useful in
H A Dphp.ini-production473 ; errors from clients. Turning the display of startup errors on can be useful in
H A DNEWS1642 . Fixed bug #61045 (fpm don't send error log to fastcgi clients). (fat)
5962 - Fixed bug #42214 (SoapServer sends clients internal PHP errors). (Dmitry)

Completed in 67 milliseconds