From 79a06bf8a401b80684bdf1ecd21c5fce32b82f02 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 12 Mar 2012 15:21:15 +0000 Subject: [PATCH] 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. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.50.1