Searched refs:discard_path (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/sapi/cgi/ |
| H A D | cgi_main.c | 167 zend_bool discard_path; member in struct:_php_cgi_globals_struct 1408 if (!CGIG(discard_path) && env_path_translated) { 1460 STD_PHP_INI_ENTRY("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, php_cgi_globals_struct, php_cgi_globals) 1477 php_cgi_globals->discard_path = 0;
|
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 168 zend_bool discard_path; member in struct:_php_cgi_globals_struct 1362 if (!CGIG(discard_path) && env_path_translated) { 1448 STD_PHP_INI_ENTRY("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, php_cgi_globals_struct, php_cgi_globals) 1463 php_cgi_globals->discard_path = 0;
|
Completed in 9 milliseconds