Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c146 zend_bool rfc2616_headers; member
329 if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) { in sapi_cgi_send_headers()
1396 …STD_PHP_INI_ENTRY("cgi.rfc2616_headers", "0", PHP_INI_ALL, OnUpdateBool, rfc2616_headers
1411 php_cgi_globals->rfc2616_headers = 0; in PHP_INI_END()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c165 zend_bool rfc2616_headers; member
388 if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) { in sapi_cgi_send_headers()
1519 …STD_PHP_INI_ENTRY("cgi.rfc2616_headers", "0", PHP_INI_ALL, OnUpdateBool, rfc2616_headers
1539 php_cgi_globals->rfc2616_headers = 0;
/PHP-7.4/
H A Dphp.ini-development816 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
822 ;cgi.rfc2616_headers = 0
H A Dphp.ini-production816 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
822 ;cgi.rfc2616_headers = 0

Completed in 25 milliseconds