rfc2616_headers   162 sapi/cgi/cgi_main.c 	zend_bool rfc2616_headers;
rfc2616_headers   418 sapi/cgi/cgi_main.c 		if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) {
rfc2616_headers  1461 sapi/cgi/cgi_main.c 	STD_PHP_INI_ENTRY("cgi.rfc2616_headers",     "0",  PHP_INI_ALL,    OnUpdateBool,   rfc2616_headers, php_cgi_globals_struct, php_cgi_globals)
rfc2616_headers  1478 sapi/cgi/cgi_main.c 	php_cgi_globals->rfc2616_headers = 0;
rfc2616_headers   165 sapi/fpm/fpm/fpm_main.c 	zend_bool rfc2616_headers;
rfc2616_headers   410 sapi/fpm/fpm/fpm_main.c 		if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) {
rfc2616_headers  1494 sapi/fpm/fpm/fpm_main.c 	STD_PHP_INI_ENTRY("cgi.rfc2616_headers",     "0",  PHP_INI_ALL,    OnUpdateBool,   rfc2616_headers, php_cgi_globals_struct, php_cgi_globals)
rfc2616_headers  1509 sapi/fpm/fpm/fpm_main.c 	php_cgi_globals->rfc2616_headers = 0;