Home
last modified time | relevance | path

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

/PHP-7.0/sapi/cgi/
H A DCHANGES33 with ini directive "cgi.discard_path=1".
H A Dcgi_main.c171 zend_bool discard_path; member
1391 if (!CGIG(discard_path) && env_path_translated) {
1443 …STD_PHP_INI_ENTRY("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, p…
1463 php_cgi_globals->discard_path = 0;
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_main.c170 zend_bool discard_path; member
1376 if (!CGIG(discard_path) && env_path_translated) {
1471 …STD_PHP_INI_ENTRY("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, p…
1486 php_cgi_globals->discard_path = 0;
/PHP-7.0/
H A Dphp.ini-development762 ; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
765 ;cgi.discard_path=1
H A Dphp.ini-production762 ; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
765 ;cgi.discard_path=1

Completed in 27 milliseconds