Skip to content

Commit c832ab4

Browse files
committed
Update UPGRADING wrt. PR 1303
1 parent d14f321 commit c832ab4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADING

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ PHP 7.2 UPGRADE NOTES
3737
property names would become inaccessible string keys.
3838
. Minimum supported Windows versions are Windows 7/Server 2008 R2.
3939

40+
- PCRE:
41+
. preg_match() and other PCRE functions now distinguish between unmatched
42+
subpatterns and empty matches by reporting NULL and "" (empty string),
43+
respectively. Formerly, either was reported as empty string.
44+
4045
- Session:
4146
. Removed register_globals related code and "!" can be used as $_SESSION key name.
4247
. Session is made to manage session status corretly and prevents invalid operations.

0 commit comments

Comments
 (0)