From 236929a166c835e89a57f86f20ec0a0061178bb2 Mon Sep 17 00:00:00 2001 From: Diogo Cordeiro Date: Wed, 24 Jun 2020 12:44:38 +0100 Subject: [PATCH] [PEAR] I'm tired of this issue still popping up, this seems to silence it --- extlib/PEAR.php | 1 + 1 file changed, 1 insertion(+) diff --git a/extlib/PEAR.php b/extlib/PEAR.php index cf9a02de2f..220fa7890b 100644 --- a/extlib/PEAR.php +++ b/extlib/PEAR.php @@ -83,6 +83,7 @@ $GLOBALS['_PEAR_error_handler_stack'] = array(); */ class PEAR { + function getVersion(){} // This is an ugly patch for a crazy bug /** * Whether to enable internal debug messages. *