File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ PHP NEWS
10
10
. Fixed bug #72175 (Impossibility of creating multiple connections to
11
11
Interbase with php 7.x). (Nikita)
12
12
13
+ - mbstring:
14
+ . Implemented FR #72777 (Implement regex stack limits for mbregex functions).
15
+ (Yasuo Ohgaki, Stas)
16
+
13
17
- MySQLi:
14
18
. Fixed bug #77773 (Unbuffered queries leak memory - MySQLi / mysqlnd).
15
19
(Nikita)
Original file line number Diff line number Diff line change @@ -727,6 +727,10 @@ LDAP:
727
727
. New INI to set syslog ident string which is prepended to every message. It
728
728
is used only when error_log is set syslog.
729
729
730
+ - mbstring.regex_stack_limit
731
+ . New INI directive (since 7.3.6) limiting stack depth of mbstring/oniguruma
732
+ regular expressions.
733
+
730
734
========================================
731
735
12. Windows Support
732
736
========================================
You can’t perform that action at this time.
0 commit comments