We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383be5d commit 4a188b5Copy full SHA for 4a188b5
sapi/cli/tests/ext_loading.phpt
@@ -2,9 +2,6 @@
2
Extension loading
3
--SKIPIF--
4
<?php
5
-if (getenv('SKIP_ASAN')) {
6
- die('xleak LSAN bug on Clang 14 crashes this test');
7
-}
8
$extDir = ini_get('extension_dir');
9
if (!file_exists($extDir . '/opcache.so') && !file_exists($extDir . '/php_opcache.dll')) {
10
die('skip Opcache shared object not found in extension_dir');
0 commit comments