Home
last modified time | relevance | path

Searched refs:discard_path (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/sapi/cgi/
H A DCHANGES33 with ini directive "cgi.discard_path=1".
H A Dcgi_main.c166 zend_bool discard_path; member
1349 if (!CGIG(discard_path) && env_path_translated) {
1401 …STD_PHP_INI_ENTRY("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, p…
1418 php_cgi_globals->discard_path = 0;
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c168 zend_bool discard_path; member
1363 if (!CGIG(discard_path) && env_path_translated) {
1449 …STD_PHP_INI_ENTRY("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, p…
1464 php_cgi_globals->discard_path = 0;

Completed in 17 milliseconds