]> granicus.if.org Git - php/commitdiff
MFH: Added new parameter for strstr(), stristr()
authorFelipe Pena <felipe@php.net>
Fri, 1 Feb 2008 18:01:50 +0000 (18:01 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 1 Feb 2008 18:01:50 +0000 (18:01 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c48c1d6cc0f149092d333b744ef9f085401bd666..d9358be14444e790ac36838121342a01de2baef6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,8 @@ PHP                                                                        NEWS
 - Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow
   setting network timeout (FR #42837). (Jani)
 - Added optional escape character parameter to fgetcsv(). (David Soria Parra)
+- Added an optional parameter to strstr() and stristr() for retrieval of either
+  the part of haystack before or after first occurrence of needle. (Felipe)
 - Added xsl->setProfiling() for profiling stylesheets. (Christian)
 - Added long-option feature to getopt() and made getopt() available also on 
   win32 systems by adding a common getopt implementation into core.