We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdbb4a commit 386c9c8Copy full SHA for 386c9c8
1 file changed
tests/Common/WebFrameworkTestCase.php
@@ -104,7 +104,7 @@ protected static function getInis()
104
'xdebug.remote_enable' => 1,
105
'xdebug.remote_host' => 'host.docker.internal',
106
'xdebug.remote_autostart' => 1,
107
- ] + ($enableOpcache ? ["opcache.enabled" => "1"] : []);
+ ] + ($enableOpcache ? ["zend_extension" => "opcache.so"] : []);
108
}
109
110
/**
0 commit comments