From: Stig Venaas Date: Sat, 10 Jun 2000 19:38:01 +0000 (+0000) Subject: Notice about adding array_unique, array_intersect and array_diff X-Git-Tag: php-4.0.1RC~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ef880c0482b591b7ca48e2f567eb9e7cc04a172;p=php Notice about adding array_unique, array_intersect and array_diff --- diff --git a/NEWS b/NEWS index e9e7bc2dda..4874a467a3 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.1 +- Added functions array_unique, array_intersect and array_diff (Stig Venaas) - Fixed problem when using uninitialized values in comparisons with strings. They behave as empty strings again just like in PHP 3. (Andi & Zeev, Zend Engine)