Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c150 zend_bool discard_path; member
1307 if (!CGIG(discard_path) && env_path_translated) { in init_request_info()
1401 …STD_PHP_INI_ENTRY("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, p…
1416 php_cgi_globals->discard_path = 0; in PHP_INI_END()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c170 zend_bool discard_path; member
1446 if (!CGIG(discard_path) && env_path_translated) {
1525 …STD_PHP_INI_ENTRY("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, p…
1545 php_cgi_globals->discard_path = 0;
/PHP-7.4/
H A Dphp.ini-development800 ; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
802 ;cgi.discard_path=1
H A Dphp.ini-production800 ; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
802 ;cgi.discard_path=1

Completed in 21 milliseconds