From 2ef880c0482b591b7ca48e2f567eb9e7cc04a172 Mon Sep 17 00:00:00 2001 From: Stig Venaas Date: Sat, 10 Jun 2000 19:38:01 +0000 Subject: [PATCH] Notice about adding array_unique, array_intersect and array_diff --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index e9e7bc2ddac..4874a467a3e 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)