Home » Authentication » LiveUser » Bug #2938
Too less arguments in function LiveUser_Auth_PEARAuth(&$connectOptions)
Details
| Submitted | 2004-12-09 20:01 UTC |
|---|---|
| From | mw210 at gmx dot at |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser |
| PHP Version | Irrelevant |
| OS | Any |
| Roadmaps | (Not assigned) |
Comments
[2004-12-09 20:01 UTC] mw210 at gmx dot at
Description:
------------
File: PEARAuth.php Rev 1.3
Line: 71
Too less arguments in function
Line 71 function LiveUser_Auth_PEARAuth(&$connectOptions)
I get an error that the function has only 1 argument in the definition and the function is called with 2 arguments.
In DB.php the function LiveUser_Auth_DB has also 2 arguments.
I think the solution should be:
Line 71 function LiveUser_Auth_PEARAuth(&$connectOptions,$containerName)
I use PEARAuth for LDAP-Connection.
[2004-12-10 00:08 UTC] smith at backendmedia dot com
This bug has been fixed in CVS.
In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.
In case this was a pear.php.net website problem, the change will show
up on the website in short time.
Thank you for the report, and for helping us make PEAR better.