Home
last modified time | relevance | path

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

/PHP-5.5/sapi/cgi/
H A DCHANGES20 with ini directive "cgi.force_redirect=0"
H A Dcgi_main.c166 zend_bool force_redirect; member
1460 …STD_PHP_INI_ENTRY("cgi.force_redirect", "1", PHP_INI_SYSTEM, OnUpdateBool, force_redirect,…
1477 php_cgi_globals->force_redirect = 1;
1923 if (cgi && CGIG(force_redirect)) {
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c167 zend_bool force_redirect; member
1465 …STD_PHP_INI_ENTRY("cgi.force_redirect", "1", PHP_INI_SYSTEM, OnUpdateBool, force_redirect,…
1480 php_cgi_globals->force_redirect = 1;
1808 if (cgi && CGIG(force_redirect)) {
/PHP-5.5/win32/
H A Dinstall.txt386 * CGI users must set the cgi.force_redirect PHP directive to 0 inside
387 php.ini. Read the faq on cgi.force_redirect for important details.
890 Important for CGI users: Read the faq on cgi.force_redirect for
917 Important for CGI users: Read the faq on cgi.force_redirect for
1698 You must set the cgi.force_redirect directive to 0. It defaults to 1 so
/PHP-5.5/
H A Dphp.ini-development705 ; cgi.force_redirect configuration below
730 ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
735 ;cgi.force_redirect = 1
741 ; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
H A Dphp.ini-production705 ; cgi.force_redirect configuration below
730 ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
735 ;cgi.force_redirect = 1
741 ; 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 33 milliseconds