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

PHP Version 5.3.2 #4

Open
colet12 opened this issue Jun 3, 2011 · 0 comments
Open

PHP Version 5.3.2 #4

colet12 opened this issue Jun 3, 2011 · 0 comments

Comments

@colet12
Copy link

colet12 commented Jun 3, 2011

On line 289 of StandardAutoloader.php, it states:

if (version_compare(PHP_VERSION, '5.3.0', '>=')) {

On line 291, it uses stream_resolve_include_path() which wasn't included until 5.3.2. Updating the version to 5.3.2 fixes the issue entirely, otherwise it will error out.

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

No branches or pull requests

1 participant