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