rfc2616_headers   166 sapi/cgi/cgi_main.c 	zend_bool rfc2616_headers;
rfc2616_headers   385 sapi/cgi/cgi_main.c 		if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) {
rfc2616_headers  1437 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  1457 sapi/cgi/cgi_main.c 	php_cgi_globals->rfc2616_headers = 0;
rfc2616_headers   166 sapi/fpm/fpm/fpm_main.c 	zend_bool rfc2616_headers;
rfc2616_headers   370 sapi/fpm/fpm/fpm_main.c 		if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) {
rfc2616_headers  1466 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  1481 sapi/fpm/fpm/fpm_main.c 	php_cgi_globals->rfc2616_headers = 0;