Home
last modified time | relevance | path

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

12

/PHP-5.6/sapi/fpm/tests/
H A D008.phpt20 ping.path = /ping
21 ping.response = pong-dynamic
29 ping.path = /ping
30 ping.response = pong-on-demand
36 ping.path = /ping
37 ping.response = pong-static
H A D007.phpt23 ping.path = /ping
24 ping.response = pong
63 127.0.0.1 %s "GET /ping" 200
64 ::1 %s "GET /ping" 200
H A D011.phpt18 ping.path = /ping
19 ping.response = pong
H A D020.phpt27 ping.path = /ping
28 ping.response = pong
64 127.0.0.1 - %s "GET /ping" 200
H A D009.phpt18 ping.path = /ping
19 ping.response = pong
H A D019.phpt25 ping.path = /ping
26 ping.response = pong
68 127.0.0.1 - %s "GET /ping" 200
H A D012.phpt20 ping.path = /ping
21 ping.response = pong
H A D021-uds-acl.phpt41 ping.path = /ping
42 ping.response = pong
H A Dinclude.inc89 function run_request($host, $port, $uri='/ping', $query='', $headers=array()) {
/PHP-5.6/ext/mysqli/tests/
H A D070.phpt2 mysqli ping
13 var_dump($mysql->ping());
H A D071.phpt16 var_dump($mysql->ping());
37 var_dump($mysql->ping());
H A Dmysqli_insert_id_variation.phpt53 $link->ping();
H A Dmysqli_class_mysqli_interface.phpt42 'ping' => true,
H A Dmysqli_class_mysqli_reflection.phpt632 Inspecting method 'ping'
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_conf.c885 char *ping = wp->config->ping_path; in fpm_conf_process_all_pools() local
888 if (*ping != '/') { in fpm_conf_process_all_pools()
889 zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' must start with a '/'", wp->config->name, ping); in fpm_conf_process_all_pools()
893 if (strlen(ping) < 2) { in fpm_conf_process_all_pools()
894 zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' is not long enough", wp->config->name, ping); in fpm_conf_process_all_pools()
898 for (i = 0; i < strlen(ping); i++) { in fpm_conf_process_all_pools()
899 if (!isalnum(ping[i]) && ping[i] != '/' && ping[i] != '-' && ping[i] != '_' && ping[i] != '.') { in fpm_conf_process_all_pools()
900 …g path '%s' must containt only the following characters '[alphanum]/_-.'", wp->config->name, ping); in fpm_conf_process_all_pools()
/PHP-5.6/ext/pdo/
H A DTODO65 mysqli_ping(); ping / reconnect
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in234 ; The ping URI to call the monitoring page of FPM. If this value is not set, no
235 ; URI will be recognized as a ping page. This could be used to test from outside
244 ;ping.path = /ping
246 ; This directive may be used to customize the response of a ping request. The
249 ;ping.response = pong
H A Dphp-fpm.conf.in368 ; The ping URI to call the monitoring page of FPM. If this value is not set, no
369 ; URI will be recognized as a ping page. This could be used to test from outside
378 ;ping.path = /ping
380 ; This directive may be used to customize the response of a ping request. The
383 ;ping.response = pong
/PHP-5.6/ext/pgsql/
H A DREADME228 ping database connection and try to reset connection if it's
/PHP-5.6/ext/mysqli/
H A Dmysqli_fe.c558 PHP_FALIAS(ping, mysqli_ping, arginfo_mysqli_no_params)
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd.h207 #define mysqlnd_ping(conn) ((conn)->data)->m->ping((conn)->data TSRMLS_CC)
H A Dmysqlnd.c1720 MYSQLND_METHOD(mysqlnd_conn_data, ping)(MYSQLND_CONN_DATA * const conn TSRMLS_DC) argument
1722 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, ping);
3043 MYSQLND_METHOD(mysqlnd_conn_data, ping),
H A Dmysqlnd_structs.h536 func_mysqlnd_conn_data__ping ping; member
/PHP-5.6/
H A Dphp.ini-development1303 ; ping during oci_pconnect() to check the connection validity. When
1304 ; set to 0, each oci_pconnect() will cause a ping. Using -1 disables
1306 ; http://php.net/oci8.ping-interval
H A Dphp.ini-production1303 ; ping during oci_pconnect() to check the connection validity. When
1304 ; set to 0, each oci_pconnect() will cause a ping. Using -1 disables
1306 ; http://php.net/oci8.ping-interval

Completed in 113 milliseconds

12