This repository has been archived by the owner on Dec 23, 2018. It is now read-only.
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 tophp-build
andphpenv install
for
keeping the source code around after installation. - Add an
phpenv uninstall
command for removing installed versions. - Add a
-l
/--list
option tophpenv install
to list all available
definitions. - Add a
-v
/--verbose
option tophpenv install
to invokephp-build
in
verbose mode. - Documented the
-k
/--keep
flag in the command-line help for
php-build
andphpenv install
.
Changed
- Update the README to emphasize installation as an phpenv plugin.
- Improved the option parsing for
php-build
andphpenv-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.