-
Due to issues with the
apcu_bc
pecl extension install and growing support for PHP 7.0+ within theapcu
pecl extension, deprecate the use ofapcu_bc
. To ensure newapcu
install do the following for every PHP version installed:-
Uninstall your pecl installed apcu extensions
pecl uninstall apcu && pecl uninstall apcu_bc
-
Remove the
apcu.so
andapc.so
extensions from/usr/local/etc/valet-php/<version>/php.ini
-