summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
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 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6ec46d71e4..e53a63ac85 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 201?, PHP 5.3.99
+- default_charset if not specified is now UTF-8 instead of ISO-8859-1. (Rasmus)
?? ??? 20??, PHP 5.3.3
- Upgraded bundled PCRE to version 8.01. (Ilia)