1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 19:24:42 +01:00

🎄 Re-disable opcache 🎄

This commit is contained in:
Daniil Gentili 2023-12-24 20:08:38 +01:00
parent 53f1fac201
commit 53402d575e
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ display_startup_errors = On
ffi.enable=true
zend_extension=opcache
;zend_extension=opcache
[opcache]
opcache.memory_consumption=256M

View File

@ -8,13 +8,13 @@ foreach (['pcntl', 'uv', 'ffi', 'pq', 'memprof', 'intl', 'gmp', 'mbstring', 'pdo
}
}
$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);