Missing Johannes' name

This commit is contained in:
Felipe Pena 2008-02-03 12:59:41 +00:00
parent 70c629cdae
commit d37b0fca19

2
NEWS
View File

@ -45,7 +45,7 @@ PHP NEWS
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)
the part of haystack before or after first occurrence of needle. (Johannes, 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.