powershell-phpmanager

A PowerShell module to install/update PHP, PHP extensions and Composer on Windows

MIT License

Stars
216

Bot releases are hidden (Show)

powershell-phpmanager - v1.7.0

Published by mlocati about 4 years ago

  • Add PHP Switcher feature, that lets you switching the "current" PHP version
powershell-phpmanager - v1.5.0

Published by mlocati about 4 years ago

  • Add -Persist option to Set-PhpDownloadCache
powershell-phpmanager - v1.6.0

Published by mlocati about 4 years ago

  • Enable-PhpExtension and Disable-PhpExtension now accept multiple extensions
powershell-phpmanager - v1.4.1

Published by mlocati about 4 years ago

  • Fix bug when download cache is disabled
powershell-phpmanager - v1.3.0

Published by mlocati about 4 years ago

  • Add -InitialPhpIni argument to Install-Php
  • Improve detection of VcRedist module availability
powershell-phpmanager - v1.4.0

Published by mlocati about 4 years ago

  • New commands: Set-PhpDownloadCache, Get-PhpDownloadCache
powershell-phpmanager - v1.2.1

Published by mlocati about 4 years ago

  • Avoid using [Environment]::Is64BitOperatingSystem since it's not available in nanoserver
powershell-phpmanager - v1.2.0

Published by mlocati about 4 years ago

  • 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
powershell-phpmanager - v1.1.0

Published by mlocati about 4 years ago

  • Add Update-PhpCAInfo command
  • Make Update-PhpCAInfo less verbose
powershell-phpmanager - v1.0.1

Published by mlocati about 4 years ago

  • Better feedback when downloading new PHP extensions
powershell-phpmanager - v1.0.0

Published by mlocati about 4 years ago

  • First public version