-
Notifications
You must be signed in to change notification settings - Fork 1
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
v0.10: Removal of support for multiple paths #17
Comments
Why would you need multiple paths? Manage it by giving a selection of which php version you select and get them from API. Then continue using the ngnix as it is. THO it would be nice if you included a start config for sites-available since most people work on several projects. The main config adjusted to this:
|
@OfficialAudite Yes, I think hardly anyone (if at all) uses Wemp with more than one path. Regarding different PHP versions: I could imagine adding a list of supported versions for PHP, maybe with the corresponding port after it, e.g. PHP 8.3 (port: 9000), PHP 8.2 (port: 9001), etc. where you then select which ones you need. Or you add the version you want yourself and Wemp only provides the latest one? We could display a dialog where you enter the version and Wemp downloads and starts it. There would only be the problem with maintaining multiple php.ini files. And which of these should Wemp open? I have all my sites in nginx.conf, so sites-available would be a good point to tidy things up. |
You could make a version selector based on 7+ from here: https://windows.php.net/downloads/releases/archives/ |
A new major update for Wemp is planned, in which the code base will change a little again.
I am currently asking myself whether it makes sense to offer the option of multiple paths in Wemp. The installation path should of course be selectable, but it makes little sense to use multiple paths in Wemp, as the versions of PHP etc. are always the same anyway.
To change an existing installation then you have to close Wemp, rename the folder and Wemp will ask for the new path on startup. No more “Set Services Path” in the menu.
If anyone sees this, give it a thumbs up or down and let me know your feedback.
The text was updated successfully, but these errors were encountered: