From: Felipe Pena Date: Fri, 1 Feb 2008 17:40:58 +0000 (+0000) Subject: The new parameter was merged to 5.3 [DOC] X-Git-Tag: RELEASE_2_0_0a1~666 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f82c0dfc2f1e7c8f7c03752e857edd4e7ea26de;p=php The new parameter was merged to 5.3 [DOC] --- diff --git a/NEWS b/NEWS index 46f1b1f4d1..b991e68292 100644 --- a/NEWS +++ b/NEWS @@ -44,8 +44,6 @@ PHP NEWS - Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara) - 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 occurrence of needle. (Johannes) - Added streams features: . Second optional parameter to stream_context_create() to set params during context creation. (Sara)