]> granicus.if.org Git - php/commitdiff
One more typo
authorRasmus Lerdorf <rasmus@php.net>
Sat, 9 Sep 2006 17:02:56 +0000 (17:02 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 9 Sep 2006 17:02:56 +0000 (17:02 +0000)
README.UPDATE_5_2

index 2cd5372cd156a603514dba891d1cf86511082abb..1445439f474171f6108d1feeadeb66399f95d851 100644 (file)
@@ -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.