shivammathur / homebrew-php

:beer: Homebrew tap for PHP 5.6 to 8.4. PHP 8.4 is built nightly.

Home Page:https://github.com/shivammathur/homebrew-php/packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rebuild with ICU 71.1

shivammathur opened this issue · comments

Homebrew has updated the icu4c formula to 71.1 and subsequently, all PHP formulae in this tap have been rebuilt with it.

So, please upgrade the PHP formula for the version you use.

For example to upgrade PHP 8.0:

brew update
brew upgrade shivammathur/php/php@8.0

Restart your terminal and verify the PHP version and ICU version

php -v
php -i | grep "ICU version"

At last, restart your webserver.