summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2010-03-23 18:08:06 +0000
committerRasmus Lerdorf <rasmus@php.net>2010-03-23 18:08:06 +0000
commit906dd4eac5d98daa172ddf40c04f684474a05338 (patch)
treec20cce1e1d33397d6b576ada265fcb2ce59f3759 /php.ini-development
parentb7f26585276b27ebaba4e006d141a8180c76f130 (diff)
downloadphp-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-development')
-rw-r--r--php.ini-development2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-development b/php.ini-development
index 2eecc139ff..7e304461c5 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -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.