Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A DSAPI.h125 char *default_mimetype; member
H A DSAPI.c300 if (SG(default_mimetype)) { in get_default_content_type()
301 mimetype = SG(default_mimetype); in get_default_content_type()
302 mimetype_len = strlen(SG(default_mimetype)); in get_default_content_type()
H A Dmain.c526 …t_mimetype", SAPI_DEFAULT_MIMETYPE, PHP_INI_ALL, OnUpdateString, default_mimetype, sapi_global…
/PHP-5.5/sapi/apache/
H A Dmod_php5.c580 if (SG(default_mimetype) || SG(default_charset)) { in php_apache_get_default_mimetype()
/PHP-5.5/ext/iconv/
H A Diconv.c352 mimetype = SG(default_mimetype) ? SG(default_mimetype) : SAPI_DEFAULT_MIMETYPE; in php_iconv_output_handler()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c630 if (SG(default_mimetype) || SG(default_charset)) { in php_apache_get_default_mimetype()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c2132 mimetype = SG(default_mimetype) ? SG(default_mimetype) : SAPI_DEFAULT_MIMETYPE; in PHP_FUNCTION()
/PHP-5.5/
H A Dphp.ini-development676 default_mimetype = "text/html"
H A Dphp.ini-production676 default_mimetype = "text/html"

Completed in 108 milliseconds