]> granicus.if.org Git - php/commitdiff
- Fix typo
authorAndi Gutmans <andi@php.net>
Wed, 31 May 2006 03:43:17 +0000 (03:43 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 31 May 2006 03:43:17 +0000 (03:43 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 55c5629b70f9d666a839a95e2d20d0fc9021551f..db78febd82747a51657ed91cf0197c1673030268 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ PHP                                                                        NEWS
 - Added memory_get_peak_usage() function for retrieving peak memory usage of
   a PHP script. (Ilia)
 - Changed Apache 2 Handler SAPI to call ap_set_content_type() once only. (Mike)
-- Changed E_ALL error reporting mode to includes E_RECOVERABLE_ERROR. (Marcus)
+- Changed E_ALL error reporting mode to include E_RECOVERABLE_ERROR. (Marcus)
 - Added control character checks for cURL extension's open_basedir/safe_mode
   checks. (Ilia)
 - Disable realpath cache when open_basedir or safe_mode are enabled on a