Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A DSAPI.h125 char *default_mimetype; member
H A DSAPI.c234 mimetype = SG(default_mimetype) ? SG(default_mimetype) : SAPI_DEFAULT_MIMETYPE; in sapi_get_default_content_type()
H A Dmain.c502 …t_mimetype", SAPI_DEFAULT_MIMETYPE, PHP_INI_ALL, OnUpdateString, default_mimetype, sapi_global…
/PHP-5.3/sapi/apache/
H A Dmod_php5.c584 if (SG(default_mimetype) || SG(default_charset)) { in php_apache_get_default_mimetype()
/PHP-5.3/ext/iconv/
H A Diconv.c2362 mimetype =(SG(default_mimetype) ? SG(default_mimetype) : SAPI_DEFAULT_MIMETYPE); in PHP_FUNCTION()
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.c635 if (SG(default_mimetype) || SG(default_charset)) { in php_apache_get_default_mimetype()
/PHP-5.3/ext/mbstring/
H A Dmbstring.c1963 mimetype = SG(default_mimetype) ? SG(default_mimetype) : SAPI_DEFAULT_MIMETYPE; in PHP_FUNCTION()
/PHP-5.3/
H A Dphp.ini-development780 default_mimetype = "text/html"
H A Dphp.ini-production780 default_mimetype = "text/html"

Completed in 47 milliseconds