]> granicus.if.org Git - php/commitdiff
andrei, i'm sure we're missing some @ entries in NEWS (this one is one of them)
authorThies C. Arntzen <thies@php.net>
Sat, 25 Mar 2000 12:12:04 +0000 (12:12 +0000)
committerThies C. Arntzen <thies@php.net>
Sat, 25 Mar 2000 12:12:04 +0000 (12:12 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 37b922acf0c0a0d0e67fc0a9488246c3043c94cd..77d8606ad593c45b55aa4aa6b6848ae9dc751088 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ PHP 4.0                                                                    NEWS
 ???, Version 4.0 Release Candidate 1
 - Added get_class_methods(string classname) function. (Andrei)
 - Don't default to iso-8859-1 since this confuses some browsers (Rasmus)
+- stristr() no longer modifies it's arguments. (Thies)
 - Make it possible to specify both a port and a socket in
   mysql_[p]connect (Rasmus)
 - Added --disable-pic for disabling generating PIC for shared objects