From: Felipe Pena Date: Fri, 1 Feb 2008 18:01:50 +0000 (+0000) Subject: MFH: Added new parameter for strstr(), stristr() X-Git-Tag: RELEASE_1_3_1~187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ac63900981882f791ec00ef1916545d0d107aff;p=php MFH: Added new parameter for strstr(), stristr() --- diff --git a/NEWS b/NEWS index c48c1d6cc0..d9358be144 100644 --- 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.