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

Add PHP extensions check to installer #290

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

Conversation

moisseev
Copy link

resolves #289

@caseysoftware
Copy link
Member

While I agree with what you've done here, I think we need to tweak the approach. The phpExtCheck method should not be embedded in the PHP here. Ideally, it would be a method on the installer class or similar. Or - failing that - it would be in the main_functions.php file to keep it with the others.

(Also, I'm sorry I didn't respond to this sooner.. I didn't get a notification that you had updated it.)

@moisseev
Copy link
Author

moisseev commented Aug 1, 2015

I agree that phpExtCheck should not be embedded. But I suppose it's up to you to choose the best place for the method. If you want it on the installer class, where in the tree the Installer.class.php should be located?

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

Successfully merging this pull request may close these issues.

List of required php extensions
2 participants