Home
last modified time | relevance | path

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

/PHP-5.5/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.5/sapi/fpm/fpm/
H A Dfpm_conf.c871 char *ping = wp->config->ping_path; in fpm_conf_process_all_pools() local
874 if (*ping != '/') { in fpm_conf_process_all_pools()
875 zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' must start with a '/'", wp->config->name, ping); in fpm_conf_process_all_pools()
879 if (strlen(ping) < 2) { in fpm_conf_process_all_pools()
880 zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' is not long enough", wp->config->name, ping); in fpm_conf_process_all_pools()
884 for (i = 0; i < strlen(ping); i++) { in fpm_conf_process_all_pools()
885 if (!isalnum(ping[i]) && ping[i] != '/' && ping[i] != '-' && ping[i] != '_' && ping[i] != '.') { in fpm_conf_process_all_pools()
886 …g path '%s' must containt only the following characters '[alphanum]/_-.'", wp->config->name, ping); in fpm_conf_process_all_pools()
/PHP-5.5/ext/pdo/
H A DTODO65 mysqli_ping(); ping / reconnect
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in357 ; The ping URI to call the monitoring page of FPM. If this value is not set, no
358 ; URI will be recognized as a ping page. This could be used to test from outside
367 ;ping.path = /ping
369 ; This directive may be used to customize the response of a ping request. The
372 ;ping.response = pong
/PHP-5.5/ext/pgsql/
H A DREADME228 ping database connection and try to reset connection if it's
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.c538 PHP_FALIAS(ping, mysqli_ping, arginfo_mysqli_no_params)
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h206 #define mysqlnd_ping(conn) ((conn)->data)->m->ping((conn)->data TSRMLS_CC)
H A Dmysqlnd.c1693 MYSQLND_METHOD(mysqlnd_conn_data, ping)(MYSQLND_CONN_DATA * const conn TSRMLS_DC) argument
1695 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, ping);
2967 MYSQLND_METHOD(mysqlnd_conn_data, ping),
H A Dmysqlnd_structs.h521 func_mysqlnd_conn_data__ping ping; member
/PHP-5.5/
H A Dphp.ini-development1245 ; ping during oci_pconnect() to check the connection validity. When
1246 ; set to 0, each oci_pconnect() will cause a ping. Using -1 disables
1248 ; http://php.net/oci8.ping-interval
H A Dphp.ini-production1245 ; ping during oci_pconnect() to check the connection validity. When
1246 ; set to 0, each oci_pconnect() will cause a ping. Using -1 disables
1248 ; http://php.net/oci8.ping-interval
H A DNEWS4262 . Implemented FR #54499 (FPM ping and status_path should handle HEAD request). (fat)
4264 . Fixed missing Expires and Cache-Control headers for ping and status pages.
5877 . Fixed PECL bug #12431 (OCI8 ping functionality is broken).

Completed in 95 milliseconds