Searched refs:discard_path (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 166 zend_bool discard_path; member in struct:_php_cgi_globals_struct 1349 if (!CGIG(discard_path) && env_path_translated) { 1401 STD_PHP_INI_ENTRY("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, php_cgi_globals_struct, php_cgi_globals) 1418 php_cgi_globals->discard_path = 0;
|
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 168 zend_bool discard_path; member in struct:_php_cgi_globals_struct 1363 if (!CGIG(discard_path) && env_path_translated) { 1449 STD_PHP_INI_ENTRY("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, php_cgi_globals_struct, php_cgi_globals) 1464 php_cgi_globals->discard_path = 0;
|
Completed in 8 milliseconds