mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-02 12:17:47 +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
|
ffi.enable=true
|
||||||
|
|
||||||
zend_extension=opcache
|
;zend_extension=opcache
|
||||||
|
|
||||||
[opcache]
|
[opcache]
|
||||||
opcache.memory_consumption=256M
|
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);
|
var_dump($status);
|
||||||
|
|
||||||
if (!$status["jit"]["on"]) {
|
if (!$status["jit"]["on"]) {
|
||||||
echo "JIT is not enabled!".PHP_EOL;
|
echo "JIT is not enabled!".PHP_EOL;
|
||||||
die(1);
|
die(1);
|
||||||
}
|
}*/
|
||||||
|
|
||||||
if (!$ok) {
|
if (!$ok) {
|
||||||
die(1);
|
die(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user