Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor 2021-11-24 23:42:53 +00:00
commit 40f8f042da
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -28,3 +28,6 @@ if(!defined('LEVELDB_ZLIB_RAW_COMPRESSION')){
if(!extension_loaded('libdeflate')){
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');