1.4.0 (2026-02-17)
- php: Add system default PHP switching functionality (928c557)
1.3.0 (2026-02-17)
- update: Add self-update functionality to phpv (20a6b24)
1.2.1 (2026-02-17)
- php: Add comprehensive PHP version management script (1c7d45d)
1.2.0 (2026-02-17)
- build: Add build flexibility with --nocheck and --build flags (5ed45ae)
- cli: Enhance PHP version management with flexible installation (3dc7e7e)
- phpv: Add PHP extension installation and version display (e0d93f2)
- update phpenv Added -u Option (b88ded0)
- fallback mechanism (78fcc3d)
- fallback mechanism (0125da9)
- fallback mechanism Merge pull request #5 from UncleJ4ck/patch-1 (78fcc3d)
- Logic Flow (466e07c)
- Extension Support (
-e): Easily install PHP extensions (e.g.,phpv -e imagick 81) from the AUR. - Smart Install: Prioritizes prebuilt binaries from configured repositories (like Chaotic-AUR) to speed up installation, falling back to AUR compilation if not found.
- Automated Dependencies: Automatically handles the missing
c-clientdependency by downloading a prebuilt binary from the repository. - Force Build (
--build): Added flag to force compilation from source, bypassing binary checks. - Version Flag (
-v): Added--version/-vto check current installed version.
- Refactored argument parsing logic.
- Improved help & usage instructions.