-
Notifications
You must be signed in to change notification settings - Fork 41
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
Bundle PHP in project #128
Comments
I think that could be created an option of using php versions already installed in the operating system (as it is now), or download (through some interface in the configs) some bundled PHP version. |
That would require a server with all the PHP versions you want to distribute, but would be something nice. |
This would probably lead to someone having a lot of PHP versions locally. |
You're probably right, even because if someone wants to use another version, it is expected that this person may have other versions already installed. |
The bundle is ready for Windows and Mac. |
I also think that most Linux users have PHP installed already, but in case some doesn't, PHP Assistant could run a distro check, and then install PHP from the distros default packagemanager PHP is in most distros default repositories anyways, so that shouldn't be a problem |
This can be tricky, but will solve a lot of problems if done correctly.
Bundle the most recent version of PHP in each of the builds.
Move only necessary files.
Maybe moving always to the same place and with the same filename may do it work effortless.
The text was updated successfully, but these errors were encountered: