PHP Brew v1.21.3 Release Notes

    • mysql_config lookup is improved.
    • โž• Added pg_config support for pgsql prefix.
    • ๐Ÿ‘Œ Improved pdo_pgsql prefix.
    • readline will now prefered over editline and the two libraries conflicts.

      Users might prefer readline over libedit

      because only readline supports readline_list_history() (http://www.php.net/readline-list-history). On the other hand we want libedit to be the default because its license is compatible with PHP's which means PHP can be distributable.

      related issue https://github.com/phpbrew/phpbrew/issues/497

    • ๐Ÿ—„ Deprecated icu variant, search for icu directory in +intl variant.

    • ๐Ÿ›  Fixed extra options serialization

    • Replaced "system" with "exec"

    • ๐Ÿ›  Fixed timezone grepping issue for #557

    • ๐Ÿ›  Fixed PHPBREW_BIN issue for #335

    Bash

    • Replaced "cd" with "builtin cd"
    • โž• Added "fpm current" command for #248