Hi!
When i try to test PHP 8.0 or nightly or 8.0snapshot, i get the following error.
Also, when i try to install apcu extension, it warns that it is already installed.
PHP 7.3 and 7.4 works great!
Btw all unit tests passed on local machine.
Do you have an idea about the solution?
Should we wait a little longer for PHP 8?
Error Output
Warning: PHP Startup: Unable to load dynamic library ‘apcu.so’ (tried: /home/travis/.phpenv/versions/8.0.0/lib/php/extensions/no-debug-zts-20200930/apcu.so (/home/travis/.phpenv/versions/8.0.0/lib/php/extensions/no-debug-zts-20200930/apcu.so: cannot open shared object file: No such file or directory), /home/travis/.phpenv/versions/8.0.0/lib/php/extensions/no-debug-zts
Related Job