PHP Brew v1.23.0 Release Notes

Release Date: 2017-10-18 // over 6 years ago
    • ๐Ÿš€ Changed the semantics of the each command (#888). Prior to this release, the arguments were interpreted as internal PHPBrew command (e.g. phpbrew each install xdebug would install the Xdebug extensions on all available builds). As of this release, the command is interpreted as a shell command, i.e. the previously mentioned command will now look like phpbrew each phpbrew ext install xdebug. This change opens the possibility to run shell commands like phpbrew each phpunit and internal PHPBrew commands implemented in shell like phpbrew each phpbrew fpm restart.
    • โž• Added support for php pre-release versions, including alpha, beta and RC (#915)
    • ๐Ÿ‘Œ Improved the "ext enable" command (#911)
      • Added support for bundled shared extension / pre-built extension
      • Generate absolute path for zend extension only for php lower than 5.5
    • ๐Ÿ›  Fixed proxy auth problem for wget downloader (#897)
    • ๐Ÿ›  Fixed problems when installing packages with os or architecture dependency (#917, phpbrew/PEARX#8)
    • โž• Added the LDAP variant (#906)
    • ๐Ÿ‘‰ Use bundled GD if no prefix provided (#907)
    • ๐Ÿ›  Fixed cURL extension being silently dropped if dependencies not found (#913)