Home
last modified time | relevance | path

Searched refs:rfc2616_headers (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c165 zend_bool rfc2616_headers; member
410 if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) { in sapi_cgi_send_headers()
1494 …STD_PHP_INI_ENTRY("cgi.rfc2616_headers", "0", PHP_INI_ALL, OnUpdateBool, rfc2616_headers
1509 php_cgi_globals->rfc2616_headers = 0;
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c166 zend_bool rfc2616_headers; member
422 if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) { in sapi_cgi_send_headers()
1465 …STD_PHP_INI_ENTRY("cgi.rfc2616_headers", "0", PHP_INI_ALL, OnUpdateBool, rfc2616_headers
1482 php_cgi_globals->rfc2616_headers = 0;
/PHP-5.6/
H A Dphp.ini-development790 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
796 ;cgi.rfc2616_headers = 0
H A Dphp.ini-production790 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
796 ;cgi.rfc2616_headers = 0

Completed in 31 milliseconds