summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Croft <david@php.net>2000-08-11 18:23:31 +0000
committerDavid Croft <david@php.net>2000-08-11 18:23:31 +0000
commit45ab04fa4034c993b0d54d80fce3f083844c2472 (patch)
tree8066ab6fd7c2d21ee66da761ea45fd7b4f3be1ce
parentb78c48f7bca2628366ca4f7f1c4b8a0e93ba0a4e (diff)
downloadphp-git-45ab04fa4034c993b0d54d80fce3f083844c2472.tar.gz
Added news item for Andi's strncasecmp commit
# Zend commits prefixed by @ don't seem to be linked to the PHP news file
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8094268cf1..c85d87a134 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.2
+- Added strncasecmp function (Andi, Zend Engine)
- Made foreach() only support variables and array(...) as the array argument
(Andi, Zend Engine)
- Fixed FTP module to accept multiline server replies (Jani)