summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bd677499d4..2689431207 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@ PHP NEWS
- Mbstring:
. Fixed bug #72994 (mbc_to_code() out of bounds read). (Laruence, cmb)
+ . Fixed bug #66964 (mb_convert_variables() cannot detect recursion) (Yasuo)
- Opcache:
. Fixed bug #72590 (Opcache restart with kill_all_lockers does not work).