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.c146 bool rfc2616_headers; member
329 if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) { in sapi_cgi_send_headers()
1427 …EAN("cgi.rfc2616_headers", "0", PHP_INI_ALL, OnUpdateBool, rfc2616_headers, php_cgi_glob…
1441 php_cgi_globals->rfc2616_headers = 0; in PHP_INI_END()
/php-src/sapi/cgi/
H A Dcgi_main.c166 bool rfc2616_headers; member
385 if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) { in sapi_cgi_send_headers()
1504 …EAN("cgi.rfc2616_headers", "0", PHP_INI_ALL, OnUpdateBool, rfc2616_headers, php_cgi_glob…
1523 php_cgi_globals->rfc2616_headers = 0;
/php-src/
H A Dphp.ini-development833 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
839 ;cgi.rfc2616_headers = 0
H A Dphp.ini-production835 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
841 ;cgi.rfc2616_headers = 0

Completed in 33 milliseconds