1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

Notice about adding array_unique, array_intersect and array_diff

This commit is contained in:
Stig Venaas
2000-06-10 19:38:01 +00:00
parent f18b903d5f
commit 2ef880c048

1
NEWS
View File

@@ -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)