From: David Croft Date: Fri, 11 Aug 2000 18:23:31 +0000 (+0000) Subject: Added news item for Andi's strncasecmp commit X-Git-Tag: php-4.0.2RC1~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45ab04fa4034c993b0d54d80fce3f083844c2472;p=php Added news item for Andi's strncasecmp commit # Zend commits prefixed by @ don't seem to be linked to the PHP news file --- 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)