Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c164 zend_bool rfc2616_headers; member
408 if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) { in sapi_cgi_send_headers()
1463 …STD_PHP_INI_ENTRY("cgi.rfc2616_headers", "0", PHP_INI_ALL, OnUpdateBool, rfc2616_headers
1478 php_cgi_globals->rfc2616_headers = 0;
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c162 zend_bool rfc2616_headers; member
417 if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) { in sapi_cgi_send_headers()
1457 …STD_PHP_INI_ENTRY("cgi.rfc2616_headers", "0", PHP_INI_ALL, OnUpdateBool, rfc2616_headers
1474 php_cgi_globals->rfc2616_headers = 0;
/PHP-5.5/
H A Dphp.ini-development769 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
775 ;cgi.rfc2616_headers = 0
H A Dphp.ini-production769 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
775 ;cgi.rfc2616_headers = 0

Completed in 25 milliseconds