]> granicus.if.org Git - php/commitdiff
update UPGRADING
authorAnatol Belski <ab@php.net>
Thu, 2 Jun 2016 12:30:27 +0000 (14:30 +0200)
committerAnatol Belski <ab@php.net>
Thu, 2 Jun 2016 12:30:27 +0000 (14:30 +0200)
UPGRADING

index b000d54ea39f985b7422e3a1f2bc51554190c746..30cf107525b2ccb5b90f929b9df811629facdeed 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -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