Skip to content

External PHP: Update to PR #29 #30

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

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

MeowSky49887
Copy link

@MeowSky49887 MeowSky49887 commented Jan 29, 2025

External PHP Support

Description:

This update introduces the ability to add and remove external PHP versions to the PHP Version Manager (PVM). Users can now manage custom PHP installations by specifying the path to the PHP executable. This allows better flexibility for managing PHP versions that are not installed through PVM, but are available locally. (Reference: #23 on GitHub Discussions)

Features:

  • pvm add : Adds a custom PHP version by specifying the path to an external PHP executable.
  • pvm remove : Removes an externally added PHP version by specifying the path to the PHP executable.
  • Supports managing non-PVM-installed PHP versions alongside those installed via PVM.
  • Enhances compatibility with multiple PHP installations, including system-wide or custom versions.
  • pvm install add new argument for specify installation path (pvm install [nts] [path]).
  • Updated Documentation: The README.md has been updated with setup instructions and details about the new commands.

@MeowSky49887 MeowSky49887 marked this pull request as ready for review January 29, 2025 03:07
@MeowSky49887 MeowSky49887 marked this pull request as draft January 29, 2025 03:09
@MeowSky49887 MeowSky49887 reopened this Jan 29, 2025
@hjbdev
Copy link
Owner

hjbdev commented Feb 3, 2025

Once this is ready I'll review it alongside #29 and hopefully merge into the one release

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.

2 participants