Skip to content

Commit

Permalink
🎄 Re-disable opcache 🎄
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Dec 24, 2023
1 parent 53f1fac commit 53402d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/dockerfiles/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ display_startup_errors = On

ffi.enable=true

zend_extension=opcache
;zend_extension=opcache

[opcache]
opcache.memory_consumption=256M
Expand Down
4 changes: 2 additions & 2 deletions tests/jit.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
}
}

$status = opcache_get_status();
/*$status = opcache_get_status();
var_dump($status);
if (!$status["jit"]["on"]) {
echo "JIT is not enabled!".PHP_EOL;
die(1);
}
}*/

if (!$ok) {
die(1);
Expand Down

0 comments on commit 53402d5

Please sign in to comment.