diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2010-03-23 18:08:06 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2010-03-23 18:08:06 +0000 |
commit | 906dd4eac5d98daa172ddf40c04f684474a05338 (patch) | |
tree | c20cce1e1d33397d6b576ada265fcb2ce59f3759 /php.ini-production | |
parent | b7f26585276b27ebaba4e006d141a8180c76f130 (diff) | |
download | php-git-906dd4eac5d98daa172ddf40c04f684474a05338.tar.gz |
Switch default_charset, if not specified, from ISO-8859-1 to UTF-8
I have been wanting to make this change for years, but there is a small
chance of BC issues, so it shouldn't go into a minor release.
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production index c84d830465..793f67ed7a 100644 --- a/php.ini-production +++ b/php.ini-production @@ -769,7 +769,7 @@ default_mimetype = "text/html" ; PHP's default character set is set to empty. ; http://php.net/default-charset -;default_charset = "iso-8859-1" +;default_charset = "UTF-8" ; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is ; to disable this feature. |