All Versions
16
Latest Version
Avg Release Cycle
36 days
Latest Release
3969 days ago

Changelog History
Page 1

  • v0.10.0 Changes

    June 14, 2013
    • โž• Add rbenv-install for phpenv Thanks @hnw
    • โž• Add 5.5.0alpha3, 5.5.0alpha4, 5.5.0alpha5, 5.5.0alpha6, 5.5.0beta1, 5.5.0beta2, 5.5.0beta3, 5.5.0beta4 5.5.0RC1, 5.5.0RC2, 5.5.0RC3 (@loicfrering, @CHH
    • โž• Add 5.3.20, 5.3.21, 5.3.22, 5.3.23, 5.3.24, 5.3.25, 5.3.26 @rogeriopradoj, @loicfrering, @CHH
    • โž• Add 5.4.11, 5.4.12, 5.4.13, 5.4.14, 5.4.15, 5.4.16 @rogeriopradoj, @loicfrering, @CHH
    • ๐Ÿ— Add PHP_BUILD_ZTS_ENABLE environment variable to build PHP with ZTS
    • ๐Ÿ›  Fixed #118: Install apache module into user's libexec dir Thanks @hnw
    • ๐Ÿ›  Fixed #117: Use "php-config" instead of "php" to get extension_dir path Thanks @hnw
    • ๐Ÿ›  Fixed #116: Fix extension's path to relative one in apc.ini @hnw
    • ๐Ÿ›  Fixed #113: Find TMP dir based on OS default path @slashmili
    • ๐Ÿ›  Fixed #109: Cannot change config-file-path flag as it's hard coded @CHH
  • v0.9.0 Changes

    January 01, 2013
    • โž• Add XHProf and APC plugins @jtakakura
    • ๐Ÿ›  Fixed #74 man installation @yuya-takeyama
    • ๐Ÿ›  Fixed #76 a legibility issue reading the error message @henriquemoody
    • โž• Add 5.3.16 and 5.4.6 (@loicfrering)
    • Avoid installing PHP executable as "php.DSYM" on OSX 10.7 and 10.8 Thanks @hnw
    • โž• Add 5.3.17, 5.4.7 @CHH
    • ๐Ÿ“ฆ Add install_package_from_github for building PHP from Github master @yuya-takeyama
    • โž• Add 5.5snapshot @yuya-takeyama
    • โž• Add 5.3.18, 5.4.8 (@loicfrering)
    • 0๏ธโƒฃ Enable auto_discover setting of PEAR by default @CHH
    • ๐Ÿ— Run php-build's test suite on Travis CI @rogeriopradoj
    • โž• Add 5.3.19RC1, 5.4.9RC1, 5.5.0alpha1 @CHH
    • โž• Add 5.3.19, 5.4.9 (@loicfrering)
    • โž• Add before-install scripts @usecide
    • โž• Add 5.3.20RC1, 5.4.10RC1 @CHH
    • โž• Add 5.5.0alpha2 @CHH
    • ๐Ÿ›  Fixed #99: Add 5.3.20, 5.4.10 @rogeriopradoj
  • v0.9.0-dev

    December 04, 2012
  • v0.9.0-beta3

    December 04, 2012
  • v0.9.0-beta2

    December 04, 2012
  • v0.8.0 Changes

    July 20, 2012
    • Added support for 5.3.14, 5.3.15, 5.4.4, 5.4.5 @CHH
    • Fixed Linux support regarding sed arguments @hnw
    • Various bug fixes @sanemat, @Milly
  • v0.7.0 Changes

    May 25, 2012
    • Added support for 5.3.3, 5.3.12, 5.4.2 @loicfrering
    • Commenting out the extension_dir in old php.ini files so the default extension dir is used. (sanemat)
    • Honor the --lib-dir which was defined in the definition file by the user (#61). (grota)
    • Added support for patching releases by separating the download/extract step from the build step (#60). (grota)
    • Updated XDebug in all definitions to v2.2.0.
    • Added a Vagrantfile for setting up an Ubuntu 10.10 environment for testing php-build.
    • Added a simple automated testing system using bats (see run-tests.sh). There are 3 configurations:
      • all: Builds all builtin definitions and runs the test suite on each of them.
      • stable: Builds the most recent versions of the 5.3 and 5.4 series.
      • Supply a definition name and it builds only the definition and runs the test suite on it.
  • v0.6.2 Changes

    May 18, 2012
    • Fixed bug #57: Automatic enabling of extension does not work with pecl command.
  • v0.6.1 Changes

    May 09, 2012
    • Added support for 5.4.3, 5.3.13
  • v0.6.0 Changes

    May 01, 2012
    • php-build now works as plugin to humanshell/phpenv @humanshell
    • Added support for 5.4.1, 5.3.11
    • Better handling of *.dSYM executables @CHH, @eriksencosta