Skip to content

Commit

Permalink
Sync char set wording with migration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Mar 6, 2012
1 parent 82234fc commit 6237456
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ PHP 5.4 UPGRADE NOTES
1. Changes to INI directives
=============================

- The php.ini default_charset directive now defaults to UTF-8. If you
were relying on the previous default of ISO-88590-1, you will need
to add:
- The default character set is now UTF-8 when the default_charset
php.ini directive is not explicitly set. This applies to functions
such as htmlentities() and htmlspecialchars(). If you were relying
on the previous default of ISO-8859-1 you will need to add:

default_charset = iso-8859-1

Expand Down

0 comments on commit 6237456

Please sign in to comment.