mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Merge branch 'stable'
This commit is contained in:
commit
40f8f042da
@ -28,3 +28,6 @@ if(!defined('LEVELDB_ZLIB_RAW_COMPRESSION')){
|
|||||||
if(!extension_loaded('libdeflate')){
|
if(!extension_loaded('libdeflate')){
|
||||||
function libdeflate_deflate_compress(string $data, int $level = 6) : string{}
|
function libdeflate_deflate_compress(string $data, int $level = 6) : string{}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//opcache breaks PHPStan when dynamic reflection is used - see https://github.com/phpstan/phpstan-src/pull/801#issuecomment-978431013
|
||||||
|
ini_set('opcache.enable', 'off');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user