Tags: usepvm/pvm
Tags
v2.3 — INI Enhancements & Extension Handling Highlights: - Added new commands to manage PHP .ini settings (view, enable, disable, filter). - Introduced support for installing Zend and Xdebug extensions. - Added searching for PHP versions and extensions. - Improved caching with helper functions and better test coverage. - Enhanced help, info, and readme documentation.
v2.1 - Added `log` command with pagination - Added `info` command for environment details - Auto-enable opcache on new PHP installs - Prompt to install xdebug/extensions if missing - Optimized log formatting and improved test outputs - Added GitHub Actions CI and contributing guidelines - Various bug fixes, cleanups and minor improvements
This release introduces significant enhancements and testing coverage… … for the PowerShell PHP Version Manager. - New Features: Added auto command for automatic PHP version detection, improved use command with better version selection and suggestions, and support for custom test files. - Testing & Stability: Extensive test suite added for core commands (install, setup, set, ini, list, use, uninstall, current, and helpers), improving reliability. - User Experience: Version suggestion improvements, more informative messages, and better error handling for missing or invalid parameters. - Refactoring & Fixes: Streamlined admin rights checks, removed unused functions, refined matching logic in Is-PHP-Version-Installed, and fixed sorting in version lists.