Skip to content

Commit f3998d2

Browse files
committed
update UPGRADING
1 parent 86b922a commit f3998d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ PHP 7.1 UPGRADE NOTES
4040
. mb_parse_str() with one argument
4141
. assert() with a string argument
4242
(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.
4347

4448
- JSON:
4549
. When calling json_encode with JSON_UNESCAPED_UNICODE option, U+2028 and

0 commit comments

Comments
 (0)