Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 2.79 KB

File metadata and controls

53 lines (31 loc) · 2.79 KB

Changelog

1.4.0 (2026-02-17)

Features

  • php: Add system default PHP switching functionality (928c557)

1.3.0 (2026-02-17)

Features

  • update: Add self-update functionality to phpv (20a6b24)

1.2.1 (2026-02-17)

Bug Fixes

  • php: Add comprehensive PHP version management script (1c7d45d)

1.2.0 (2026-02-17)

Features

  • 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)

Bug Fixes

  • fallback mechanism (78fcc3d)
  • fallback mechanism (0125da9)
  • fallback mechanism Merge pull request #5 from UncleJ4ck/patch-1 (78fcc3d)
  • Logic Flow (466e07c)

[1.1.0] - 2026-02-17

Added

  • 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-client dependency 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 / -v to check current installed version.

Changed

  • Refactored argument parsing logic.
  • Improved help & usage instructions.