edmondscommerce / phpqa

A PHP Quality Assurance pipeline designed to be run locally and in CI. Written in Bash.
MIT License
6 stars 2 forks source link

Opcache loading #105

Closed edmondscommerce closed 4 years ago

edmondscommerce commented 4 years ago

var/qa/phpqa-no-xdebug.{phpversion}.ini is causing opcache to be loaded twice Cannot load Zend OPcache - it was already loaded

edmondscommerce commented 4 years ago

you just need to delete the file and allow PHPQA to recreate it - the issue is because you have had bad PHP config at some point - once you fix that config, you need to delete this generated noxdebug config file