diff options
author | Anatol Belski <ab@php.net> | 2016-07-11 10:55:43 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-07-11 10:55:43 +0200 |
commit | 55ffabaa69cf6afe257b28c4b48cb07d2dee9c11 (patch) | |
tree | 1448dcea937bd5a96ac0c90a44807e368b7f40ba /UPGRADING | |
parent | 45a8824423886797f31d39724068a67888cb6cbc (diff) | |
download | php-git-55ffabaa69cf6afe257b28c4b48cb07d2dee9c11.tar.gz |
added UPGRADING and NEWS notes
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |