All Versions
47
Latest Version
Avg Release Cycle
96 days
Latest Release
1391 days ago
Changelog History
Page 2
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, 20160๏ธโฃ 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