Skip to content

Releases: mlocati/powershell-phpmanager

v1.10.1

24 Aug 12:49
235d5e6

Choose a tag to compare

  • Support enabling PHP extensions when multiple extension versions are installed

v1.10.0

24 Aug 12:49
cbdc57e

Choose a tag to compare

  • Get-PhpSwitcher can now be used to get the configured PHP Switcher
  • Nano Server is now fully supported
  • Pester is now used to test every command of the module
  • Use Write-Verbose/Write-Error to write messages
  • Update-PhpCAInfo can now download from TLS-protected servers
  • Much faster zip extraction (using 7-Zip)
  • Coding style has been normalized

v1.9.0

24 Aug 12:49
0efab47

Choose a tag to compare

  • Implement PATH persistence on every system (including nanoserver)

v1.8.0

24 Aug 12:49
240c71f

Choose a tag to compare

  • 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

24 Aug 12:49
155ade7

Choose a tag to compare

  • Fix decoding JSON when running in nanoserver

v1.7.3

24 Aug 12:49
a075ea8

Choose a tag to compare

  • Fix enabling/disabling Zend extensions on PHP 5.3 and PHP 5.4
  • Recognize more PHP Extensions display names

v1.7.2

24 Aug 12:49
c11a064

Choose a tag to compare

  • Improve generation of Apache configuration files when installing PHP

v1.7.1

24 Aug 12:49
c1cdcdb

Choose a tag to compare

  • Fix detection of very old PHP version (5.2)

v1.7.0

24 Aug 12:49
bbd9510

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

Choose a tag to compare

  • Enable-PhpExtension and Disable-PhpExtension now accept multiple extensions