From: Rasmus Lerdorf Date: Mon, 12 Mar 2012 15:21:15 +0000 (+0000) Subject: Remove reference to "default_charset" here since the it isn't X-Git-Tag: PHP-5.4.1-RC1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79a06bf8a401b80684bdf1ecd21c5fce32b82f02;p=php Remove reference to "default_charset" here since the it isn't really about the ini option at all. That only comes into play when you force it by passing and empty encoding string to those functions. --- diff --git a/NEWS b/NEWS index 8dba8c881a..2ee543b6a6 100644 --- a/NEWS +++ b/NEWS @@ -168,8 +168,8 @@ PHP NEWS . Changed error handlers to only generate docref links when the docref_root php.ini setting is not empty. (Derick) . Changed silent conversion of array to string to produce a notice. (Patrick) - . Changed default value of "default_charset" php.ini option from ISO-8859-1 to - UTF-8. (Rasmus) + . Changed default encoding from ISO-8859-1 to UTF-8 when not specified in + htmlspecialchars and htmlentities. (Rasmus) . Changed casting of null/''/false into an Object when adding a property from E_STRICT into a warning. (Scott) . Changed E_ALL to include E_STRICT. (Stas)