1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 09:33:06 +02:00

*** empty log message ***

This commit is contained in:
Andi Gutmans
2000-08-11 09:58:04 +00:00
parent 2336c0148e
commit 25c8009825

2
NEWS
View File

@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.2
- Made foreach() only support variables and array(...) as the array argument
(Andi, Zend Engine)
- Fixed FTP module to accept multiline server replies (Jani)
- Fix switch which only has a single default rule. (Andi, Zend Engine)
- Fix problem with nested foreach()'s. (Andi, Zend Engine)