From: Zeev Suraski Date: Sat, 18 Mar 2000 14:51:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: PHP-4.0-RC1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c059cd6181eac285e95d98eb13b1834eb8f02d3a;p=php *** empty log message *** --- diff --git a/NEWS b/NEWS index 6bc95312dc..9374f6697f 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -???, Version 4.0 Beta 5 +???, Version 4.0 Release Candidate 1 +- Fixed a bug in the third argument to define() - Added is_numeric() that returns true if the argument is a number or a numeric string. (Andrei) - serialize()/unserialize() now call _sleep_() and _wakeup_() when