Update NEWs

This commit is contained in:
Xinchen Hui 2014-12-24 18:30:36 +08:00
parent d4f89fbda4
commit 288b6d78b0

4
NEWS
View File

@ -63,6 +63,10 @@
- Mcrypt:
. Fixed possible read after end of buffer and use after free. (Dmitry)
- Opcache:
. Fixed bug #68644 (strlen incorrect : mbstring + func_overload=2 +UTF-8
+ Opcache). (Laruence)
- pcntl:
. Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
when setting SIG_DFL). (Julien)