Home
last modified time | relevance | path

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

/PHP-7.1/sapi/cgi/
H A DCHANGES20 with ini directive "cgi.force_redirect=0"
H A Dcgi_main.c171 zend_bool force_redirect; member
1524 …STD_PHP_INI_ENTRY("cgi.force_redirect", "1", PHP_INI_SYSTEM, OnUpdateBool, force_redirect,…
1544 php_cgi_globals->force_redirect = 1;
1989 if (cgi && CGIG(force_redirect)) {
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c169 zend_bool force_redirect; member
1469 …STD_PHP_INI_ENTRY("cgi.force_redirect", "1", PHP_INI_SYSTEM, OnUpdateBool, force_redirect,…
1484 php_cgi_globals->force_redirect = 1;
1822 if (cgi && CGIG(force_redirect)) {
/PHP-7.1/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.1/
H A Dphp.ini-development725 ; cgi.force_redirect configuration below
750 ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
755 ;cgi.force_redirect = 1
761 ; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
H A Dphp.ini-production725 ; cgi.force_redirect configuration below
750 ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
755 ;cgi.force_redirect = 1
761 ; 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 68 milliseconds