]> granicus.if.org Git - php/commitdiff
Update default_mimetype ini setting description
authorThomas Punt <tpunt@hotmail.co.uk>
Mon, 21 Dec 2015 20:25:30 +0000 (20:25 +0000)
committerJulien Pauli <jpauli@php.net>
Thu, 24 Dec 2015 09:33:15 +0000 (10:33 +0100)
This is in response to doc bug #70287

php.ini-development
php.ini-production

index f3504762041563fe58bb2fcb918b976b224ef337..c5d146667b3615a8c945b350fcffa1d88af4bad0 100644 (file)
@@ -667,11 +667,10 @@ auto_prepend_file =
 ; http://php.net/auto-append-file
 auto_append_file =
 
-; By default, PHP will output a character encoding using
-; the Content-type: header.  To disable sending of the charset, simply
-; set it to be empty.
+; By default, PHP will output a media type using the Content-Type header. To
+; disable this, simply set it to be empty.
 ;
-; PHP's built-in default is text/html
+; PHP's built-in default media type is set to text/html.
 ; http://php.net/default-mimetype
 default_mimetype = "text/html"
 
index e462003e10e8b197b7f2eb3cd17688a26b0f08f3..dc483f76c82549b0718ce7a43933f803cb146a72 100644 (file)
@@ -667,11 +667,10 @@ auto_prepend_file =
 ; http://php.net/auto-append-file
 auto_append_file =
 
-; By default, PHP will output a character encoding using
-; the Content-type: header.  To disable sending of the charset, simply
-; set it to be empty.
+; By default, PHP will output a media type using the Content-Type header. To
+; disable this, simply set it to be empty.
 ;
-; PHP's built-in default is text/html
+; PHP's built-in default media type is set to text/html.
 ; http://php.net/default-mimetype
 default_mimetype = "text/html"