Home
last modified time | relevance | path

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

/PHP-5.4/sapi/cgi/
H A DCHANGES33 with ini directive "cgi.discard_path=1".
H A Dcgi_main.c167 zend_bool discard_path; member
1409 if (!CGIG(discard_path) && env_path_translated) {
1461 …STD_PHP_INI_ENTRY("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, p…
1478 php_cgi_globals->discard_path = 0;
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c168 zend_bool discard_path; member
1367 if (!CGIG(discard_path) && env_path_translated) {
1453 …STD_PHP_INI_ENTRY("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, p…
1468 php_cgi_globals->discard_path = 0;

Completed in 18 milliseconds