From: Ilia Alshanetsky Date: Mon, 27 Aug 2007 23:47:40 +0000 (+0000) Subject: Fixed typo X-Git-Tag: RELEASE_2_0_0a1~1932 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d28f810aac744fc1012cd18fabb21655965ab452;p=php Fixed typo --- diff --git a/NEWS b/NEWS index 9f6ea910a6..625dde1a47 100644 --- a/NEWS +++ b/NEWS @@ -53,7 +53,7 @@ PHP NEWS - Added "jump label" operator (limited "goto"). (Dmitry, Sara) - Added E_STRICT to E_ALL. (Dmitry) - Added an optional parameter to strstr() and stristr() for retrieval of either - the part of haystack before or after first occurence of needle. (Johannes) + the part of haystack before or after first occurrence of needle. (Johannes) - Added streams features: . Context parameter for copy() function. (Sara) . Second optional parameter to stream_context_create() to