diff options
| author | Anatol Belski <ab@php.net> | 2016-06-02 14:30:27 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2016-06-02 14:30:27 +0200 |
| commit | f3998d2303d571d815eb0e4b3cc04917369396c8 (patch) | |
| tree | c55e26ef2ec0f5b086e1083f3c4d1670b6ff4a93 | |
| parent | 86b922a4324ada8b7ce584cc64ef65c9e6f05430 (diff) | |
| download | php-git-f3998d2303d571d815eb0e4b3cc04917369396c8.tar.gz | |
update UPGRADING
| -rw-r--r-- | UPGRADING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -40,6 +40,10 @@ PHP 7.1 UPGRADE NOTES . mb_parse_str() with one argument . assert() with a string argument (RFC: https://wiki.php.net/rfc/forbid_dynamic_scope_introspection) + . If the error_log is set to syslog, the PHP error levels are mapped to the + syslog error levels. This brings finer differentiation in the error logs + in contrary to the previous approach where all the errors are loggged with + the notice level only. - JSON: . When calling json_encode with JSON_UNESCAPED_UNICODE option, U+2028 and |
