From: Tim Düsterhus Date: Tue, 31 May 2022 14:31:29 +0000 (+0200) Subject: Merge branch '5.4' into 5.5 X-Git-Tag: 5.5.0_RC_1~25 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7468849bd530cd9e7219142fb0e72e5263efeb89;p=GitHub%2FWoltLab%2FWCF.git Merge branch '5.4' into 5.5 --- 7468849bd530cd9e7219142fb0e72e5263efeb89 diff --cc wcfsetup/install/files/lib/system/request/RequestHandler.class.php index d4a535f636,58b13b7bca..74a676b1aa --- a/wcfsetup/install/files/lib/system/request/RequestHandler.class.php +++ b/wcfsetup/install/files/lib/system/request/RequestHandler.class.php @@@ -122,7 -132,7 +122,7 @@@ class RequestHandler extends SingletonF return; } - if (!(70200 <= PHP_VERSION_ID && PHP_VERSION_ID <= 80199)) { - if (!(70200 <= \PHP_VERSION_ID && \PHP_VERSION_ID <= 80099)) { ++ if (!(70200 <= \PHP_VERSION_ID && \PHP_VERSION_ID <= 80199)) { \header('HTTP/1.1 500 Internal Server Error'); throw new NamedUserException(WCF::getLanguage()->get('wcf.global.incompatiblePhpVersion'));