Skip to content

Commit 3d5b6f2

Browse files
committed
Update NEWS & UPGRADING
1 parent bc8f292 commit 3d5b6f2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ PHP NEWS
1010
. Fixed bug #72175 (Impossibility of creating multiple connections to
1111
Interbase with php 7.x). (Nikita)
1212

13+
- mbstring:
14+
. Implemented FR #72777 (Implement regex stack limits for mbregex functions).
15+
(Yasuo Ohgaki, Stas)
16+
1317
- MySQLi:
1418
. Fixed bug #77773 (Unbuffered queries leak memory - MySQLi / mysqlnd).
1519
(Nikita)

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,10 @@ LDAP:
727727
. New INI to set syslog ident string which is prepended to every message. It
728728
is used only when error_log is set syslog.
729729

730+
- mbstring.regex_stack_limit
731+
. New INI directive (since 7.3.6) limiting stack depth of mbstring/oniguruma
732+
regular expressions.
733+
730734
========================================
731735
12. Windows Support
732736
========================================

0 commit comments

Comments
 (0)