Home
last modified time | relevance | path

Searched refs:default_mimetype (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/sapi/cgi/tests/
H A Dbug81518a.phpt2 Bug #81518 (Header injection via default_mimetype / default_charset)
7 "default_mimetype",
H A Dbug81518b.phpt2 Bug #81518 (Header injection via default_mimetype / default_charset)
/PHP-7.4/main/
H A DSAPI.c304 if (SG(default_mimetype)) { in get_default_content_type()
305 mimetype = SG(default_mimetype); in get_default_content_type()
306 mimetype_len = (uint32_t)strlen(SG(default_mimetype)); in get_default_content_type()
853 char *default_mimetype = get_default_content_type(0, &len); in sapi_send_headers() local
855 if (default_mimetype && len) { in sapi_send_headers()
858 SG(sapi_headers).mimetype = default_mimetype; in sapi_send_headers()
868 efree(default_mimetype); in sapi_send_headers()
H A DSAPI.h125 char *default_mimetype; member
H A Dmain.c801 …pe", SAPI_DEFAULT_MIMETYPE, PHP_INI_ALL, OnUpdateDefaultMimeTye, default_mimetype, sapi_global…
/PHP-7.4/ext/iconv/
H A Diconv.c398 mimetype = SG(default_mimetype) ? SG(default_mimetype) : SAPI_DEFAULT_MIMETYPE; in php_iconv_output_handler()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c2256 mimetype = SG(default_mimetype) ? SG(default_mimetype) : SAPI_DEFAULT_MIMETYPE; in PHP_FUNCTION()
/PHP-7.4/
H A Dphp.ini-development709 default_mimetype = "text/html"
H A Dphp.ini-production709 default_mimetype = "text/html"
H A DNEWS77 . Fixed bug #81518 (Header injection via default_mimetype / default_charset).

Completed in 70 milliseconds