Home
last modified time | relevance | path

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

/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_main.c152 zend_bool discard_path; member
1315 if (!CGIG(discard_path) && env_path_translated) { in init_request_info()
1410 …STD_PHP_INI_ENTRY("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, p…
1425 php_cgi_globals->discard_path = 0; in PHP_INI_END()
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c174 zend_bool discard_path; member
1453 if (!CGIG(discard_path) && env_path_translated) {
1532 …STD_PHP_INI_ENTRY("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, p…
1552 php_cgi_globals->discard_path = 0;
/PHP-7.3/
H A Dphp.ini-development793 ; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
795 ;cgi.discard_path=1
H A Dphp.ini-production795 ; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
797 ;cgi.discard_path=1

Completed in 24 milliseconds