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

php-build 0.1.2

Compare
Choose a tag to compare
@sptndc sptndc released this 21 Oct 09:32
· 166 commits to master since this release
38c2237

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.