We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14f321 commit c832ab4Copy full SHA for c832ab4
UPGRADING
@@ -37,6 +37,11 @@ PHP 7.2 UPGRADE NOTES
37
property names would become inaccessible string keys.
38
. Minimum supported Windows versions are Windows 7/Server 2008 R2.
39
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
+
45
- Session:
46
. Removed register_globals related code and "!" can be used as $_SESSION key name.
47
. Session is made to manage session status corretly and prevents invalid operations.
0 commit comments