PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » Auth » Bug #6791

Wrong function used (call_user_func_array)

Details

Submitted2006-02-15 15:27 UTC
Fromstephan at wentz dot it
Assignedaashley
StatusClosed
PackageAuth
PHP Version5.0.5
OSWindows
Roadmaps(Not assigned)

Comments

[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

[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.