You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
Installing the APCu extension fails on PHP < 7 as the last beta supports PHP 7 only echo "yes\nno\n" | pecl -d preferred_state=beta install apcu || return 0
It looks like the extension will not be automatically enabled by pecl
The text was updated successfully, but these errors were encountered:
I found out two reasons:
echo "yes\nno\n" | pecl -d preferred_state=beta install apcu || return 0
pecl
The text was updated successfully, but these errors were encountered: