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 86b922a commit f3998d2Copy full SHA for f3998d2
UPGRADING
@@ -40,6 +40,10 @@ PHP 7.1 UPGRADE NOTES
40
. mb_parse_str() with one argument
41
. assert() with a string argument
42
(RFC: https://wiki.php.net/rfc/forbid_dynamic_scope_introspection)
43
+ . If the error_log is set to syslog, the PHP error levels are mapped to the
44
+ syslog error levels. This brings finer differentiation in the error logs
45
+ in contrary to the previous approach where all the errors are loggged with
46
+ the notice level only.
47
48
- JSON:
49
. When calling json_encode with JSON_UNESCAPED_UNICODE option, U+2028 and
0 commit comments