Home
last modified time | relevance | path

Searched refs:force_redirect (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/sapi/cgi/
H A DCHANGES20 with ini directive "cgi.force_redirect=0"
H A Dcgi_main.c170 zend_bool force_redirect; member
1440 …STD_PHP_INI_ENTRY("cgi.force_redirect", "1", PHP_INI_SYSTEM, OnUpdateBool, force_redirect,…
1460 php_cgi_globals->force_redirect = 1;
1907 if (cgi && CGIG(force_redirect)) {
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_main.c169 zend_bool force_redirect; member
1468 …STD_PHP_INI_ENTRY("cgi.force_redirect", "1", PHP_INI_SYSTEM, OnUpdateBool, force_redirect,…
1483 php_cgi_globals->force_redirect = 1;
1823 if (cgi && CGIG(force_redirect)) {
/PHP-7.0/win32/
H A Dinstall.txt377 * CGI users must set the cgi.force_redirect PHP directive to 0 inside
378 php.ini. Read the faq on cgi.force_redirect for important details.
881 Important for CGI users: Read the faq on cgi.force_redirect for
908 Important for CGI users: Read the faq on cgi.force_redirect for
1689 You must set the cgi.force_redirect directive to 0. It defaults to 1 so
/PHP-7.0/
H A Dphp.ini-development710 ; cgi.force_redirect configuration below
735 ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
740 ;cgi.force_redirect = 1
746 ; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
H A Dphp.ini-production710 ; cgi.force_redirect configuration below
735 ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
740 ;cgi.force_redirect = 1
746 ; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
H A DINSTALL1809 You must set the cgi.force_redirect directive to 0. It defaults

Completed in 49 milliseconds