All Versions
47
Latest Version
Avg Release Cycle
96 days
Latest Release
1391 days ago

Changelog History
Page 2

  • v1.22.8 Changes

    June 29, 2017
    • ๐Ÿš€ Use sha256 instead of md5 for newer release (#884)
    • ๐Ÿ— Implemented purging multiple PHP builds at one time (#881)
    • โž• Added phpcbf to App store (#853)
    • ๐Ÿ‘Œ Improved user experience (#880)
  • v1.22.7 Changes

    May 07, 2017
    • โšก๏ธ Updated App store (#850)
    • ๐Ÿ‘Œ Improved warning messages about environment check
      • Added check for ctype for parsing yaml file (#819)
      • Added rootless check and tips for osX 10.11+ (#824)
      • Removed check for curl extension
    • ๐Ÿ›  Fixed fish shell compatibility problems (#810, #860)
    • ๐Ÿ›  Fixed --cache-file option escape
    • ๐Ÿ‘Œ Improved user experience (#798, #792)
  • v1.22.6 Changes

    November 09, 2016
    • ๐Ÿ›  Fixed .phpbrew lookup in parent directories (#775)
    • ๐Ÿ‘Œ Improved MySQL socket path detection on Ubuntu
    • โž• Added psysh to app store
    • โœ‚ Removed openssl extension requirement
    • ๐Ÿ‘Œ Improved user experience (#799, #807)
  • v1.22.5 Changes

    July 10, 2016
    • ๐Ÿ›  Fixed downloading historic version from museum (#769)
    • ๐Ÿ›  Fixed wget downloader failure when some special chars presents
  • v1.22.4 Changes

    June 13, 2016
    • ๐Ÿ›  Fixed extension installer exception with Buildable interface.
    • โž• Added getBuildLogPath() method to Buildable interface.
    • Check sd-daemon.h header for --with-fpm-systemd option.
  • v1.22.2 Changes

    June 12, 2016
    • ๐Ÿ‘ Refined init command to support --root option.
    • ๐Ÿ›  Fixed is_writable check in fpm setup command.
    • ๐Ÿ›  Fixed few bugs in fpm setup --initd option, there are some limitation:
      • The generated init.d script depends on lsb-base >= 4.0.
      • If initctl is based on upstart, the init.d script will not be executed. To check, please run /sbin/initctl --version in the command-line.
  • v1.22.1 Changes

    June 12, 2016
    • 0๏ธโƒฃ The install command now patches the default listen path defined in php-fpm/www.conf for each different build.

    • ๐Ÿ›  Fixed pgsql base dir finder

  • v1.22.0 Changes

    June 12, 2016
    • โž• Added fpm setup command:

      To setup systemctl service config for the current php:

      phpbrew fpm setup --systemctl
      

      To setup launchctl service config for the current php:

      phpbrew fpm setup --launchctl
      

      To setup init.d script for the current php:

      phpbrew fpm setup --initd
      

      To setup scripts for other php builds:

      phpbrew fpm setup --initd 5.6
      
    • โž• Added fpm which command to show which php-fpm will be used.

  • v1.21.6 Changes

    • ๐Ÿšš Moved dtrace to variant option.
    • ๐Ÿ›  Fixed downloader option
    • โž• Added options for phpbrew ext known
    • โž• Added --downloader support for PeclDownloader
  • v1.21.5 Changes

    • ๐Ÿ›  Fixed readline variant prefix
    • ๐Ÿ›  Fixed lookup prefix ordering (prefer libraries from macports, homebrew, then system)
    • ๐Ÿ›  Fixed build exception catching