Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.6.4

Bug #6791 Wrong function used (call_user_func_array)
Submitted: 2006-02-15 15:27 UTC
From: stephan at wentz dot it Assigned: aashley
Status: Closed Package: Auth (version 1.3.0r4)
PHP Version: 5.0.5 OS: Windows
Roadmaps: (Not assigned)    
Subscription  


 [2006-02-15 15:27 UTC] stephan at wentz dot it
Description: ------------ Version is 1.3.0r6 Getting this error: Warning: Wrong parameter count for call_user_func_array() in ...\Auth.php on line 431 shouldn't there be used call_user_func? call_user_func_array only needs 2 parameters, 3 are given here. underneath it is a call for call_user_func... Test script: --------------- $auth = new Auth(); Expected result: ---------------- No error ;-) Actual result: -------------- Warning: Wrong parameter count for call_user_func_array() in ...\Auth.php on line 431

Comments

 [2006-02-21 01:07 UTC] aashley at php dot net
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.