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.26.1

Published by mlocati over 2 years ago

  • Fix installing memcached extension (#100)
powershell-phpmanager - v1.26.0

Published by mlocati over 2 years ago

  • Add Set-OpenSSLConf function (#97)
powershell-phpmanager - v1.25.9

Published by mlocati almost 3 years ago

  • Fix installing decimal extension (#96)
powershell-phpmanager - v1.25.8

Published by mlocati almost 3 years ago

  • Use the ImageMagick DLLs that comes the imagick zip archive
powershell-phpmanager - v1.25.7

Published by mlocati about 3 years ago

  • Fix argument positions of Install-PhpExtension
powershell-phpmanager - v1.25.6

Published by mlocati about 3 years ago

  • Revert "Accept RC-dev in addition to RC for release candidate versions"
  • Detect RC-dev snapshot versions
powershell-phpmanager - v1.25.5

Published by mlocati about 3 years ago

  • Recognize ZEND_MODULE_API_NO of PHP 8.1.0rc1
  • Accept RC-dev in addition to RC for release candidate versions
powershell-phpmanager - v1.25.4

Published by mlocati about 3 years ago

  • Install FILTER_....DLL files for imagick
  • Let users specify where additional DLL files should be saved
powershell-phpmanager - v1.25.3

Published by mlocati about 3 years ago

  • Fix installation of imagick with PHP 8+
powershell-phpmanager - v1.25.2

Published by mlocati over 3 years ago

  • Recognize ZEND_MODULE_API_NO of PHP 8.1.0alpha1
powershell-phpmanager - v1.25.1

Published by mlocati over 3 years ago

  • Fix providing the PHP path to Install-PhpExtensionPrerequisite
  • Fix typo in -NoDependencies flag of Install-PhpExtension
powershell-phpmanager - v1.25.0

Published by mlocati over 3 years ago

  • Add Install-PhpExtensionPrerequisite command
powershell-phpmanager - v1.24.4

Published by mlocati over 3 years ago

  • Fix generation of Apache configuration files for PHP 8
powershell-phpmanager - v1.24.3

Published by mlocati over 3 years ago

  • Switch from Bintray to GitHub releases for master
powershell-phpmanager - v1.24.2

Published by mlocati almost 4 years ago

  • Always look for any stability in release URLs
powershell-phpmanager - v1.24.1

Published by mlocati almost 4 years ago

  • Also look for beta extensions in release URLs
  • Simplify handling of Composer version to be installed
powershell-phpmanager - v1.24.0

Published by mlocati almost 4 years ago

  • Allow specifying the Composer version to be installed
powershell-phpmanager - v1.23.2

Published by mlocati about 4 years ago

  • Update PHP 8 internal code
  • Update PHP version parser regex
powershell-phpmanager - v1.23.1

Published by mlocati about 4 years ago

  • Fix typo in PhpVersion.ps1 (thanks @Berserkir-Wolf)
  • Use PHP master from @shivammathur
  • Update PHP 8 internal code
powershell-phpmanager - v1.23.0

Published by mlocati about 4 years ago

  • Add -MaximumStability to Install-PhpExtension
  • Improve error message when a wrong API version is detected
  • Parse xdebug website
  • Ignore problems parsing xdebug website