From 7732ae7c77f01f1aa030b602f220f110c0f91e2f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Dec 2022 17:19:02 +0100 Subject: update to 8.2.0 GA --- php.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'php.ini') diff --git a/php.ini b/php.ini index 07b7a0f..f62952e 100644 --- a/php.ini +++ b/php.ini @@ -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) -- cgit