]> granicus.if.org Git - php/commitdiff
Missing Johannes' name
authorFelipe Pena <felipe@php.net>
Sun, 3 Feb 2008 12:59:41 +0000 (12:59 +0000)
committerFelipe Pena <felipe@php.net>
Sun, 3 Feb 2008 12:59:41 +0000 (12:59 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 04d50e547399564f753a9283080ce31b534e1ef4..c77734427f32ef3856d0f784d22a5271cfc0b696 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.