From 55ffabaa69cf6afe257b28c4b48cb07d2dee9c11 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 11 Jul 2016 10:55:43 +0200 Subject: [PATCH] added UPGRADING and NEWS notes --- NEWS | 1 + UPGRADING | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/NEWS b/NEWS index a3cc2b7ec1..232d345dff 100644 --- 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 diff --git a/UPGRADING b/UPGRADING index b1e512731b..5c56365426 100644 --- 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 -- 2.50.1