1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 17:43:13 +02:00

*** empty log message ***

This commit is contained in:
Andi Gutmans
2000-08-13 04:20:15 +00:00
parent caa3b6c9b6
commit 4992408771

2
NEWS
View File

@@ -4,8 +4,6 @@ PHP 4.0 NEWS
?? ??? 2000, Version 4.0.2
- Added support for libmcrypt 2.4.4
- Added strncasecmp function (Andi, Zend Engine)
- 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)