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 5.2 fixes #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

PHP 5.2 fixes #2

wants to merge 4 commits into from

Conversation

dannyvankooten
Copy link

Prevents fatal errors when running from PHP 5.2.

  • Autoloader should be included by its absolute path, to prevent clashes with include_path setting.
  • Put namespace into a string to prevent parse errors.
  • Use a PHP 5.2 compatible autoloader since WPUpdatePHP is used for version checking.

@remkus
Copy link

remkus commented Sep 12, 2015

See #3

@dannyvankooten
Copy link
Author

Thank you @deFries. Saw it!

@remkus
Copy link

remkus commented Sep 12, 2015

Happy to help :)

@barrykooij
Copy link
Owner

thanks buddy

@barrykooij barrykooij added this to the 1.1 milestone Sep 12, 2015
@barrykooij barrykooij added the bug label Sep 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants