From: Andi Gutmans Date: Wed, 31 May 2006 03:43:17 +0000 (+0000) Subject: - Fix typo X-Git-Tag: php-5.2.0RC1~407 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42f32bfa4b00482858edb021257025c788143b7d;p=php - Fix typo --- diff --git a/NEWS b/NEWS index 55c5629b70..db78febd82 100644 --- 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