powershell-phpmanager

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

MIT License

Stars
216

Bot releases are visible (Hide)

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

Published by mlocati about 4 years ago

  • Recognize PHP 8.0-alpha1 modules
powershell-phpmanager - v1.22.6

Published by mlocati about 4 years ago

  • Fix installation of couchbase extension
powershell-phpmanager - v1.22.4

Published by mlocati about 4 years ago

  • Fix installing xdebug
powershell-phpmanager - v1.22.5

Published by mlocati about 4 years ago

  • Fix installing yaml extension on PHP > 7.2
  • Fix detecting symlinked directories on PowerShell Core 7
powershell-phpmanager - v1.22.3

Published by mlocati about 4 years ago

  • Fallback to replacing spaces with '_' to get extension handles
powershell-phpmanager - v1.22.1

Published by mlocati about 4 years ago

  • Reset ACL for extension files
powershell-phpmanager - v1.22.2

Published by mlocati about 4 years ago

  • Added Zephir Parser support
powershell-phpmanager - v1.22.0

Published by mlocati about 4 years ago

  • Better error message when parsing an unsupported version
  • Add support for PHP snapshot versions