Home
last modified time | relevance | path

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

/PHP-5.6/sapi/cgi/
H A DCHANGES20 with ini directive "cgi.force_redirect=0"
H A Dcgi_main.c170 zend_bool force_redirect; member
1468 …STD_PHP_INI_ENTRY("cgi.force_redirect", "1", PHP_INI_SYSTEM, OnUpdateBool, force_redirect,…
1485 php_cgi_globals->force_redirect = 1;
1932 if (cgi && CGIG(force_redirect)) {
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c168 zend_bool force_redirect; member
1496 …STD_PHP_INI_ENTRY("cgi.force_redirect", "1", PHP_INI_SYSTEM, OnUpdateBool, force_redirect,…
1511 php_cgi_globals->force_redirect = 1;
1844 if (cgi && CGIG(force_redirect)) {
/PHP-5.6/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-5.6/
H A Dphp.ini-development721 ; cgi.force_redirect configuration below
746 ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
751 ;cgi.force_redirect = 1
757 ; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
H A Dphp.ini-production721 ; cgi.force_redirect configuration below
746 ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
751 ;cgi.force_redirect = 1
757 ; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
H A DINSTALL2013 You must set the cgi.force_redirect directive to 0. It defaults

Completed in 56 milliseconds