From: Date: Sat, 10 Mar 2001 02:09:25 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.5RC1~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e826651d7e850e566c5df1eac61b895096f842e4;p=php NEWS update --- diff --git a/NEWS b/NEWS index e77f8d4bab..fdad917b50 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.5 +- Fixed argument checking for call_user_func* functions and allowed + specifying array($obj, 'method') syntax for call_user_func_array. (Andrei) - Fixed parent::method() to also work with runtime bindings (Zeev, Zend Engine) - Implemented high-performance zlib-based output compression - see zlib.output_compression INI directive (Zeev)