summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a2701f137d..152687ff9f 100644
--- a/NEWS
+++ b/NEWS
@@ -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)