summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-03-25 12:12:04 +0000
committerThies C. Arntzen <thies@php.net>2000-03-25 12:12:04 +0000
commitc8d0be50c54a644e88ce194ad16726cff550d043 (patch)
tree385a72ac4f3cdd15b8525ce3302741348a90cc1f
parentc0cede82f1079ac688c6fda0d479686b801c6da1 (diff)
downloadphp-git-c8d0be50c54a644e88ce194ad16726cff550d043.tar.gz
andrei, i'm sure we're missing some @ entries in NEWS (this one is one of them)
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 37b922acf0..77d8606ad5 100644
--- 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