diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2006-09-09 17:02:56 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2006-09-09 17:02:56 +0000 |
commit | 6dbe4adbc6cd60e47c0162a51a97ecc163cdb231 (patch) | |
tree | fdd1c48bc973523eaceeef2e8a82b089249f2026 /README.UPDATE_5_2 | |
parent | 194230c3a65a5650e3ba45e8b844ffc41d1ea7f1 (diff) | |
download | php-git-6dbe4adbc6cd60e47c0162a51a97ecc163cdb231.tar.gz |
One more typo
Diffstat (limited to 'README.UPDATE_5_2')
-rw-r--r-- | README.UPDATE_5_2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.UPDATE_5_2 b/README.UPDATE_5_2 index 2cd5372cd1..1445439f47 100644 --- a/README.UPDATE_5_2 +++ b/README.UPDATE_5_2 @@ -2,7 +2,7 @@ PHP 5.2 Update info or NEWS explained - Changed E_ALL error reporting mode to include E_RECOVERABLE_ERROR. (Marcus) - This changes means that the value of the E_ALL constant had changed to 6143 + This change means that the value of the E_ALL constant had changed to 6143 from its previous value of 2047. If you are setting your error reporting mode inside the Apache config file or the .htaccess files you will need to adjust the value of error_reporting INI setting accordingly. |