mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
added UPGRADING and NEWS notes
This commit is contained in:
parent
45a8824423
commit
55ffabaa69
1
NEWS
1
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user