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

Request #7304 Function loadClass calls __autoload indirectly
Submitted: 2006-04-05 11:25 UTC
From: markus dot wagner at meduniwien dot ac dot at Assigned: lsmith
Status: Closed Package: LiveUser (version 0.16.10)
PHP Version: 5.1.2 OS: Suse 9.3
Roadmaps: (Not assigned)    
Subscription  


 [2006-04-05 11:25 UTC] markus dot wagner at meduniwien dot ac dot at (Markus Wagner)
Description: ------------ I want to use LiveUser with www.symfony-project.com , which implements the function __autoload. If I use LiveUser then the function loadClass is called, but the function class_exists in loadClass calls automaticly the function __autoload from symfony which can not find of course the necessary file. So I think it is better to change the line http://cvs.php.net/viewcvs.cgi/pear/LiveUser/LiveUser.php?annotate=1.155#l539 From if (!class_exists($classname)) { To if (!class_exists($classname, false)) { If you prefer another solution, please describe it.

Comments

 [2006-04-05 11:29 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2006-04-05 13:19 UTC] markus dot wagner at meduniwien dot ac dot at
My workaround is to include the necessary Auth-Container-File manuallly before the login-Methode.
 [2006-04-09 16:07 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!