]> granicus.if.org Git - php/commitdiff
The new parameter was merged to 5.3 [DOC]
authorFelipe Pena <felipe@php.net>
Fri, 1 Feb 2008 17:40:58 +0000 (17:40 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 1 Feb 2008 17:40:58 +0000 (17:40 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 46f1b1f4d1b19a597aceab4b83777c2cbf97b7b1..b991e682926094ab04966d1f8eb3274dc9e7a12e 100644 (file)
--- 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)