]> granicus.if.org Git - php/commitdiff
Update NEWS & UPGRADING
authorStanislav Malyshev <stas@php.net>
Mon, 1 Apr 2019 07:03:49 +0000 (00:03 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 1 Apr 2019 07:03:49 +0000 (00:03 -0700)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 207338cf61f7f434f50e78ee8ab96c3c91aba076..ee1014781751b57b260357a0be11c14975ac0b65 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ PHP                                                                        NEWS
   . Fixed bug #72175 (Impossibility of creating multiple connections to
     Interbase with php 7.x). (Nikita)
 
+- mbstring:
+  . Implemented FR #72777 (Implement regex stack limits for mbregex functions). 
+    (Yasuo Ohgaki, Stas)
+
 - MySQLi:
   . Fixed bug #77773 (Unbuffered queries leak memory - MySQLi / mysqlnd).
     (Nikita)
index 2220efb014bb147e30834508b99c8958e04e65ed..0e44c493ae426fac234514264c69b12659e32371 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -727,6 +727,10 @@ LDAP:
   . New INI to set syslog ident string which is prepended to every message. It
     is used only when error_log is set syslog.
 
+- mbstring.regex_stack_limit
+  . New INI directive (since 7.3.6) limiting stack depth of mbstring/oniguruma
+  regular expressions. 
+
 ========================================
 12. Windows Support
 ========================================