Home
last modified time | relevance | path

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

/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_main.c146 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-8.2/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-8.2/
H A Dphp.ini-development823 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
829 ;cgi.rfc2616_headers = 0
H A Dphp.ini-production825 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
831 ;cgi.rfc2616_headers = 0

Completed in 25 milliseconds