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

php-build 0.1.3

Compare
Choose a tag to compare
@sptndc sptndc released this 21 Oct 21:10
· 127 commits to master since this release
dee6a3d

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.