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:
parent
53f1fac201
commit
53402d575e
@ -5,7 +5,7 @@ display_startup_errors = On
|
||||
|
||||
ffi.enable=true
|
||||
|
||||
zend_extension=opcache
|
||||
;zend_extension=opcache
|
||||
|
||||
[opcache]
|
||||
opcache.memory_consumption=256M
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user