From: Tim Düsterhus Date: Wed, 10 Aug 2022 08:56:28 +0000 (+0200) Subject: Remove PackageInstallationDispatcher::functionExists() X-Git-Tag: 6.0.0_Alpha_1~1045^2~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3e1e4248312596cb925c77da4ff13ae734e0412d;p=GitHub%2FWoltLab%2FWCF.git Remove PackageInstallationDispatcher::functionExists() This method is trivially replaced. --- diff --git a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php index 0b6e3cf323..fb16e9ffac 100644 --- a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php @@ -1307,14 +1307,6 @@ class PackageInstallationDispatcher return $errors; } - /** - * @deprecated 5.5 - This used to check against 'suhosin.executor.func.blacklist' but now simply aliases function_exists(). Use function_exists() directly. - */ - protected static function functionExists($function) - { - return \function_exists($function); - } - /** * Compares settings, converting values into compareable ones. *