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 /NEWS | |
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 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |