Skip to content
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.

php-build 0.2.0

Latest
Compare
Choose a tag to compare
@sptndc sptndc released this 16 Nov 16:03
4d6b107

Added

  • Added definition for PHP:
    • 5.6.0 - 5.6.37
    • 5.6.39-dev
    • 7.0.0 - 7.0.31
    • 7.0.33-dev
    • 7.1.0 - 7.1.22
    • 7.1.24-dev
  • Added support for specifying the build location with the
    PHP_BUILD_BUILD_PATH environment variable.
  • Add a -k/--keep flag to php-build and phpenv install for
    keeping the source code around after installation.
  • Add an phpenv uninstall command for removing installed versions.
  • Add a -l/--list option to phpenv install to list all available
    definitions.
  • Add a -v/--verbose option to phpenv install to invoke php-build in
    verbose mode.
  • Documented the -k/--keep flag in the command-line help for
    php-build and phpenv install.

Changed

  • Update the README to emphasize installation as an phpenv plugin.
  • Improved the option parsing for php-build and phpenv-install so
    options may be placed in any order, and short options may be
    combined (e.g. -kv).
  • Allow hooks to be defined for phpenv-install.

Fixed

  • Fix some data installed to a wrong location.