Wampserver Php Cli Version Changer Versions Save

WampServer PHP CLI version changer is a Microsoft Windows batch script that allows you to easily add and then change between available WampServer PHP CLI versions using the users environment 'path' variable.

v1.3.1

2 years ago

Fixed

  • Fixed error caused by parentheses in system environmental path.

v1.3.0

2 years ago

Added

  • Added ability to change PHP version within an open CMD Window session only.

v1.0.0

3 years ago
  • Initial commit.

v1.1.0

3 years ago

Added

  • Ability to automatically detect WampServer default installation paths (both 32-bit and 64-bit).
  • Ability to solely specify WampServer custom installation path.

Changed

  • Updated readme.md
  • Fixed spelling mistakes in readme.md

v1.1.1

3 years ago

Fixed

  • Fixed missing directory separator between path to php folders and currently / newly selected php version folder(s).

v1.2.3

3 years ago

Fixed

  • Added .gitattributes file to normalize EOL's for Windows OS when code is downloaded as ZIP file.

v1.2.2

4 years ago

Changed

  • Updated readme.md reflecting transfer of repo to Github username custom-dev-tools.

v1.2.1

4 years ago

Changed

  • Updated readme.md reflecting removal of warning when the PATH environment variable contains a path on Wamp or a version of PHP.
  • Renamed licence.md to license.md

v1.2.0

5 years ago

Added

  • Ability to remove from the environment user path multiple PHP version paths.
  • Ability to remove from the environment user path any PHP version path(s) that are not in the list of available PHP versions.

Changed

  • Updated readme.md