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 70.1

shivammathur opened this issue · comments

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

To upgrade, please reinstall icu4c and the php formula for the version you use.

For example to upgrade php 8.0:

brew update
brew reinstall icu4c 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.