philcook / brew-php-switcher

Brew PHP switcher is a simple shell script to switch your apache and CLI quickly between major versions of PHP. If you support multiple products/projects that are built using either brand new or old legacy PHP functionality. For users of Homebrew (or brew for short) currently only.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for v7.3

abolfazl-moeini opened this issue · comments

Hello repository maintainer!

PHP 7.3 is going to release soon and Release Candidate versions are now available on php.net,
How can we switch to this version?

Thanks indeed

It might make sense to wait on this until PHP 7.3 is out of RC and actually released.

Thanks, but this tool is for developing stuff and I think it should provide RC, beta, alpha version.

Please think about that.
Regards

I’d be more than happy to add support, but this is mainly just a wrapper for existing brew formulas. If brew adds support for installing 7.3, then I can add support here.