========================================
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.
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
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