Using the PEAR Cache with PHP 4.1.1 and E_ALL enabled, a friend of mine gets:
Warning: The call_user_method_array() function is deprecated, use the call_user_func variety with the array(&$obj, "method") syntax instead in C:\php4\pear\Cache\Function.php on line 133 Why has call_user_method_array() been marked as deprecated? In the manual I don't see a note saying so, and call_user_func() is not documented to the extent that it accepts the proposed syntax. Enlighten me, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]