diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-06 17:31:13 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-06 17:31:13 +0100 |
commit | 1d5a3c93d4cbb431bfd1d87716d4ef8d8bb86e1b (patch) | |
tree | 2a377952e64743ae7d76bac29584a9eed7da15a7 /php.ini | |
parent | 04288e1b3e906cf487eb538087476013615bfc2b (diff) |
update to 8.2.0 GAv8.2.0
Diffstat (limited to 'php.ini')
-rw-r--r-- | php.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,8 +9,8 @@ ; PHP attempts to find and load this configuration from a number of locations. ; The following is a summary of its search order: ; 1. SAPI module specific location. -; 2. The PHPRC environment variable. (As of PHP 5.2.0) -; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0) +; 2. The PHPRC environment variable. +; 3. A number of predefined registry keys on Windows ; 4. Current working directory (except CLI) ; 5. The web server's directory (for SAPI modules), or directory of PHP ; (otherwise in Windows) @@ -449,7 +449,7 @@ memory_limit = 128M ; development and early testing. ; ; Error Level Constants: -; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0) +; E_ALL - All errors and warnings ; E_ERROR - fatal run-time errors ; E_RECOVERABLE_ERROR - almost fatal run-time errors ; E_WARNING - run-time warnings (non-fatal errors) |