From: Date: Thu, 10 May 2001 01:09:20 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.6RC1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fdee19eb9859d880cb7c4b0184b28145b096c06;p=php NEWS update --- diff --git a/NEWS b/NEWS index be087293b5..ac0a6f12e4 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.6 +- Added is_callable() function that can be used to find out whether + its argument is a valid callable construct. (Andrei) - Fixed a rare possible crash when generating extended information. (Dmitri Dmitrienko, Zend Engine) - Improved virtual() to support PHP-enabled URIs. (Zeev)