felipe          Fri Feb  1 18:01:50 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    NEWS 
  Log:
  MFH: Added new parameter for strstr(), stristr()
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.103&r2=1.2027.2.547.2.965.2.104&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.103 
php-src/NEWS:1.2027.2.547.2.965.2.104
--- php-src/NEWS:1.2027.2.547.2.965.2.103       Fri Feb  1 10:45:48 2008
+++ php-src/NEWS        Fri Feb  1 18:01:50 2008
@@ -42,6 +42,8 @@
 - 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.

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to