Skip to content

Releases: mlocati/powershell-phpmanager

v1.7.0

24 Aug 12:49
bbd9510
Compare
Choose a tag to compare
  • Add PHP Switcher feature, that lets you switching the "current" PHP version

v1.6.0

24 Aug 12:49
807c484
Compare
Choose a tag to compare
  • Enable-PhpExtension and Disable-PhpExtension now accept multiple extensions

v1.5.0

24 Aug 12:49
4254d70
Compare
Choose a tag to compare
  • Add -Persist option to Set-PhpDownloadCache

v1.4.1

24 Aug 12:49
057430d
Compare
Choose a tag to compare
  • Fix bug when download cache is disabled

v1.4.0

24 Aug 12:49
a4b282f
Compare
Choose a tag to compare
  • New commands: Set-PhpDownloadCache, Get-PhpDownloadCache

v1.3.0

24 Aug 12:49
2c4ed2e
Compare
Choose a tag to compare
  • Add -InitialPhpIni argument to Install-Php
  • Improve detection of VcRedist module availability

v1.2.1

24 Aug 12:49
397c69d
Compare
Choose a tag to compare
  • Avoid using [Environment]::Is64BitOperatingSystem since it's not available in nanoserver

v1.2.0

24 Aug 12:49
b93a769
Compare
Choose a tag to compare
  • Fix copyright text
  • Inhibit the installation of 64-bit PHP on a 32-bit OS
  • Check (and install if needed) required Visual C++ Redistributables when installing PHP

v1.1.0

24 Aug 12:49
9e71980
Compare
Choose a tag to compare
  • Add Update-PhpCAInfo command
  • Make Update-PhpCAInfo less verbose

v1.0.1

24 Aug 12:49
7753a18
Compare
Choose a tag to compare
  • Better feedback when downloading new PHP extensions