Home
last modified time | relevance | path

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

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c149 zend_bool discard_path; member
1298 if (!CGIG(discard_path) && env_path_translated) { in init_request_info()
1392 …STD_PHP_INI_BOOLEAN("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path,…
1406 php_cgi_globals->discard_path = 0; in PHP_INI_END()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c170 zend_bool discard_path; member
1433 if (!CGIG(discard_path) && env_path_translated) {
1512 …STD_PHP_INI_BOOLEAN("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path,…
1531 php_cgi_globals->discard_path = 0;
/PHP-8.0/
H A Dphp.ini-development807 ; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
809 ;cgi.discard_path=1
H A Dphp.ini-production809 ; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
811 ;cgi.discard_path=1

Completed in 37 milliseconds