Home
last modified time | relevance | path

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

/php-src/sapi/fpm/fpm/
H A Dfpm_main.c143 bool rfc2616_headers; member
326 if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) { in sapi_cgi_send_headers()
1424 …EAN("cgi.rfc2616_headers", "0", PHP_INI_ALL, OnUpdateBool, rfc2616_headers, php_cgi_glob…
1438 php_cgi_globals->rfc2616_headers = 0; in PHP_INI_END()
/php-src/sapi/cgi/
H A Dcgi_main.c169 bool rfc2616_headers; member
388 if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) { in sapi_cgi_send_headers()
1507 …EAN("cgi.rfc2616_headers", "0", PHP_INI_ALL, OnUpdateBool, rfc2616_headers, php_cgi_glob…
1526 php_cgi_globals->rfc2616_headers = 0;
/php-src/
H A Dphp.ini-development819 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
825 ;cgi.rfc2616_headers = 0
H A Dphp.ini-production821 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
827 ;cgi.rfc2616_headers = 0

Completed in 22 milliseconds