1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 06:21:12 +02:00

- Update NEWS

This commit is contained in:
Andi Gutmans
2000-06-11 17:27:00 +00:00
parent e7c50e4866
commit cbc8b0f4b4

2
NEWS
View File

@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.1
- Make convert_cyr_string() binary safe and stop it from corrupting other
PHP variables. (Andi)
- 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.