Home
last modified time | relevance | path

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

/PHP-7.2/sapi/cgi/
H A DCHANGES33 with ini directive "cgi.discard_path=1".
H A Dcgi_main.c176 zend_bool discard_path; member
1452 if (!CGIG(discard_path) && env_path_translated) {
1531 …STD_PHP_INI_ENTRY("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, p…
1551 php_cgi_globals->discard_path = 0;
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c170 zend_bool discard_path; member
1377 if (!CGIG(discard_path) && env_path_translated) {
1472 …STD_PHP_INI_ENTRY("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path, p…
1487 php_cgi_globals->discard_path = 0;
/PHP-7.2/
H A Dphp.ini-development773 ; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
776 ;cgi.discard_path=1
H A Dphp.ini-production775 ; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
778 ;cgi.discard_path=1

Completed in 26 milliseconds