Skip to content

Commit 386c9c8

Browse files
committed
Use zend_extension=opcache.so instead
1 parent dcdbb4a commit 386c9c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Common/WebFrameworkTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ protected static function getInis()
104104
'xdebug.remote_enable' => 1,
105105
'xdebug.remote_host' => 'host.docker.internal',
106106
'xdebug.remote_autostart' => 1,
107-
] + ($enableOpcache ? ["opcache.enabled" => "1"] : []);
107+
] + ($enableOpcache ? ["zend_extension" => "opcache.so"] : []);
108108
}
109109

110110
/**

0 commit comments

Comments
 (0)