Skip to content

Commit

Permalink
move the internal only info into UPGRADING.INTERNALS
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Jul 11, 2016
1 parent 0c98f51 commit 6442aac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 0 additions & 4 deletions UPGRADING
Expand Up @@ -88,10 +88,6 @@ 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.
Expand Down
7 changes: 7 additions & 0 deletions UPGRADING.INTERNALS
Expand Up @@ -4,6 +4,7 @@ PHP 7.1 INTERNALS UPGRADE NOTES
1. Internal API changes
e. Codepage handling on Windows
f. Path handling on Windows
g. SAPI logging

2. Build system changes
a. Unix build system changes
Expand Down Expand Up @@ -67,6 +68,12 @@ changes. See: https://wiki.php.net/phpng-upgrading
related functions. UTF-8 filenames are supported on any system disregarding
the system OEM/ANSI codepage.

g. SAPI logging
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. A reference mapping implementation
can be found in apache2handler.


========================
2. Build system changes
Expand Down

0 comments on commit 6442aac

Please sign in to comment.