Releases: mlocati/powershell-phpmanager
Releases · mlocati/powershell-phpmanager
v1.9.0
- Implement PATH persistence on every system (including nanoserver)
v1.8.0
- Fix decoding JSON when running in nanoserver
- Avoid persisting environment variables on systems that don't support it (like nanoserver)
- Compile the PHP Extensions inspectors to native exe, in order to avoid missing dependencies problems (so that they will run in nanoserver)
v1.7.4
- Fix decoding JSON when running in nanoserver
v1.7.3
- Fix enabling/disabling Zend extensions on PHP 5.3 and PHP 5.4
- Recognize more PHP Extensions display names
v1.7.2
- Improve generation of Apache configuration files when installing PHP
v1.7.1
- Fix detection of very old PHP version (5.2)
v1.7.0
- Add PHP Switcher feature, that lets you switching the "current" PHP version
v1.6.0
- Enable-PhpExtension and Disable-PhpExtension now accept multiple extensions
v1.5.0
- Add -Persist option to Set-PhpDownloadCache
v1.4.1
- Fix bug when download cache is disabled