]> granicus.if.org Git - php/commitdiff
- news entry for the setlocale fix
authorPierre Joye <pajoye@php.net>
Wed, 16 Mar 2011 23:57:04 +0000 (23:57 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 16 Mar 2011 23:57:04 +0000 (23:57 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0d1cfd451bfd12cd76fc34349934a515c7efa703..543e3ab358234e793c73bc5da078a26291ab5075 100644 (file)
--- 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)