Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAS autoloader quashes __autoload() functions #36

Closed
rfrovarp opened this issue Apr 25, 2012 · 2 comments
Closed

CAS autoloader quashes __autoload() functions #36

rfrovarp opened this issue Apr 25, 2012 · 2 comments
Milestone

Comments

@rfrovarp
Copy link

The autoloader in CAS quashes existing __autoload functions. There is code in the autoloader to try to handle it, but it doesn't work for me. We're on PHP 5.3.6, so there could be a problem that has been fixed in PHP.

The fix is to remove && ($_____t === false) from line 67 in Autoload.php. This is for phpCAS 1.3.0.

@jfritschi
Copy link
Contributor

Can you please try now. I have tried making the code more robust and it should deal with your issue.

@jfritschi
Copy link
Contributor

Should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants