Home
last modified time | relevance | path

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

/php-src/sapi/fpm/tests/
H A Dfcgi-env-nopif-custom-with-pi-with-pt-pd.phpt21 php_admin_value[cgi.discard_path] = yes
H A Dfcgi-env-nopif-custom-without-sf-with-pt.phpt21 php_admin_value[cgi.discard_path] = yes
H A Dfcgi-env-nopif-custom-without-pi-with-pt.phpt21 php_admin_value[cgi.discard_path] = no
H A Dfcgi-env-nopif-custom-with-pi-with-pt.phpt21 php_admin_value[cgi.discard_path] = no
H A Dfcgi-env-nopif-apache-handler-with-pi-with-pt-pd.phpt21 php_admin_value[cgi.discard_path] = yes
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c147 bool discard_path; member
1335 if (!CGIG(discard_path) && env_path_translated) { in init_request_info()
1429 …STD_PHP_INI_BOOLEAN("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path,…
1443 php_cgi_globals->discard_path = 0; in PHP_INI_END()
/php-src/sapi/cgi/
H A Dcgi_main.c174 bool discard_path; member
1434 if (!CGIG(discard_path) && env_path_translated) {
1513 …STD_PHP_INI_BOOLEAN("cgi.discard_path", "0", PHP_INI_SYSTEM, OnUpdateBool, discard_path,…
1532 php_cgi_globals->discard_path = 0;
/php-src/
H A Dphp.ini-development803 ; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
805 ;cgi.discard_path=1
H A Dphp.ini-production805 ; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
807 ;cgi.discard_path=1

Completed in 26 milliseconds