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

Releases: sptndc/php-build-dev

php-build 0.2.0

16 Nov 16:03
4d6b107
Compare
Choose a tag to compare

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.

php-build 0.1.4

23 Oct 19:56
e330fb8
Compare
Choose a tag to compare

Added

  • Added definition for PHP:
    • 7.2.0
    • 7.2.1
    • 7.2.2
    • 7.2.3
    • 7.2.4
    • 7.2.5
    • 7.2.6
    • 7.2.7
    • 7.2.8
    • 7.2.9
    • 7.2.10
    • 7.2.12-dev

php-build 0.1.3

21 Oct 21:10
dee6a3d
Compare
Choose a tag to compare

Added

  • Added support for overriding make options with
    the $MAKEOPTS/$MAKE_OPTS environment variable.
  • Added support for using wget if available and curl
    does not exist.
  • Added definition for PHP:
    • 5.3.5
    • 5.3.6
    • 5.3.7
    • 5.3.8
    • 5.3.9
    • 5.3.10
    • 5.3.11
    • 5.3.12
    • 5.3.13
    • 5.3.14
    • 5.3.15
    • 5.3.16
    • 5.3.17
    • 5.3.18
    • 5.3.19
    • 5.3.20
    • 5.3.21
    • 5.3.22
    • 5.3.23
    • 5.3.24
    • 5.3.25
    • 5.3.26
    • 5.3.27
    • 5.3.28
    • 5.3.29
    • 5.3.30-dev
    • 5.6.38
    • 7.0.32
    • 7.1.23
    • 7.2.11

Changed

  • Improved error messages when dependencies are missing.
  • Update the README with instructions for installing php-build
    as an phpenv plugin.

Removed

  • Removed build_package_autoconf because it's not used.

php-build 0.1.2

21 Oct 09:32
38c2237
Compare
Choose a tag to compare

Added

  • php-build now automatically displays the last 10 lines of the error
    log, if any, when a build fails.
  • Added a before_install_package hook.
  • Added definition for PHP:
    • 5.2.7
    • 5.2.11
    • 5.2.12
    • 5.2.13
    • 5.2.14
    • 5.2.15
    • 5.2.16
    • 5.2.17
    • 5.3.0
    • 5.3.1
    • 5.3.2
    • 5.3.3
    • 5.3.4
    • 7.4.0-dev

Changed

  • Renamed definition for PHP 5.2-dev to PHP 5.2.18-dev.

Fixed

  • Fixed git repository URL in definition for PHP 5.0.6-dev, PHP 5.1.7-dev,
    and PHP 5.2.18-dev.
  • Fixed for compile PHP 5.3.
  • Fixed missing php.ini file in definition PHP 5.0, PHP 5.1, PHP 5.2.
  • Fixed a php.ini file that was not copied.
  • Fixed an issue with calling readlink for paths with spaces.

php-build 0.1.1

19 Oct 17:39
ca49d8e
Compare
Choose a tag to compare

Added

  • Support for setting ./configure options with the CONFIGURE_OPTS
    environment variable.
  • Added definitions for PHP:
    • 5.2-dev
    • 5.2.0
    • 5.2.1
    • 5.2.2
    • 5.2.3
    • 5.2.4
    • 5.2.5
    • 5.2.6
    • 5.2.8
    • 5.2.9
    • 5.2.10

Changed

  • Modified phpenv-install to run phpenv rehash after install.
  • Renamed definition for PHP 5.0-dev to PHP 5.0.6-dev.
  • Renamed definition for PHP 5.1-dev to PHP 5.1.7-dev.

php-build 0.1.0

19 Oct 12:31
711b611
Compare
Choose a tag to compare

🔥 Initial public release.