We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a925ea commit 0e41989Copy full SHA for 0e41989
UPGRADING
@@ -19,6 +19,11 @@ PHP 8.6 UPGRADE NOTES
19
1. Backward Incompatible Changes
20
========================================
21
22
+- PCRE:
23
+ . preg_grep() now returns false instead of a partial array when a PCRE
24
+ execution error occurs (e.g. malformed UTF-8 input with the /u modifier).
25
+ This is consistent with other preg_* functions.
26
+
27
- Phar:
28
. Invalid values now throw in Phar::mungServer() instead of being silently
29
ignored.
0 commit comments