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.
MIT License
961 stars 90 forks source link

Please support PHP 8.2 and httpd install by homebrew #89

Closed codelovercc closed 8 months ago

codelovercc commented 1 year ago

Please support PHP 8.2 and httpd install by homebrew, Thank you very much.

alfianrehanusa commented 1 year ago

up

dsuurlant commented 1 year ago

It seems 8.1 and 8.2 are compatible in the script itself (brew_array). Is it just a case of the docs needing to be updated?

eleftrik commented 1 year ago

Is this project still maintained? As @dsuurlant said, 8.1 and 8.2 versions are listed in brew_array, but I think a new tag/release is needed.

jetwu commented 1 year ago

When will version 8.2 be supported? thanks

DannyvdSluijs commented 11 months ago

See https://github.com/philcook/brew-php-switcher/releases/tag/v2.5

Running brew upgrade should update your machine to the latest version which has PHP 8.2 (and 8.3) support.