Searched refs:force_redirect (Results 1 – 7 of 7) sorted by relevance
/PHP-5.6/sapi/cgi/ |
H A D | CHANGES | 20 with ini directive "cgi.force_redirect=0"
|
H A D | cgi_main.c | 170 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 D | fpm_main.c | 168 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 D | install.txt | 377 * 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 D | php.ini-development | 721 ; 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 D | php.ini-production | 721 ; 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 D | INSTALL | 2013 You must set the cgi.force_redirect directive to 0. It defaults
|
Completed in 56 milliseconds