]> granicus.if.org Git - php/commitdiff
added UPGRADING and NEWS notes
authorAnatol Belski <ab@php.net>
Mon, 11 Jul 2016 08:55:43 +0000 (10:55 +0200)
committerAnatol Belski <ab@php.net>
Mon, 11 Jul 2016 08:55:43 +0000 (10:55 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index a3cc2b7ec1fe7e99542e8b2a7d18c0f26e89c6cf..232d345dffcc1372f666febd261b56ebd71fd6d4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ PHP                                                                        NEWS
     (Dmitry, Nikita)
   . Added new constant PHP_FD_SETSIZE. (cmb)
   . Added optind parameter to getopt(). (as)
+  . Added PHP to SAPI error severity mapping for logs. (Martin Voruba)
 
 - Filter:
   . Fixed bug #71745 (FILTER_FLAG_NO_RES_RANGE does not cover whole 127.0.0.0/8
index b1e512731b3f50bef7340e14bd1c0d59f18f1f6f..5c563654262512a846586487857b7b31cefb487c 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -88,6 +88,13 @@ PHP 7.1 UPGRADE NOTES
 ========================================
 3. Changes in SAPI modules
 ========================================
+  . The log_message callback in the SAPI struct was extended with the severity
+    argument. This allows SAPI modules to implement mapping between PHP and
+    corresponding server error levels.
+
+- apache2handler:
+  . Implemented per module logging
+  . Implemented error level mapping between PHP and Apache for the error logs
 
 ========================================
 4. Deprecated Functionality