From: Pierre Joye Date: Wed, 16 Mar 2011 23:57:04 +0000 (+0000) Subject: - news entry for the setlocale fix X-Git-Tag: php-5.3.6~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e35b40b4c6dd3e3167b79a4d9a5ad7b3070e31e;p=php - news entry for the setlocale fix --- diff --git a/NEWS b/NEWS index 0d1cfd451b..543e3ab358 100644 --- a/NEWS +++ b/NEWS @@ -2,11 +2,14 @@ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Mar 2011, PHP 5.3.6 - Zend Engine: + . Fixed bug numerous crashes due to setlocale (crash on error, pcre, mysql + etc.) on Windows in thread safe mode. (Pierre) . Fixed bug #54265 (crash when variable gets reassigned in error handler). (Dmitry) . Fixed bug #54262 (Crash when assigning value to a dimension in a non-array). (Dmitry) + - Phar extension: . Fixed bug #54247 (format-string vulnerability on Phar). (Felipe) (CVE-2011-1153)