From 41388a4a7ef820f452ecaf24ea1ec9353c41db87 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Sun, 13 Jul 2014 18:51:49 +0200 Subject: [PATCH] we have a problem with a required "PEAR5.php" since this upgrade. We need to bundle this. I'm short on time, need to remember creating an issue for this please. temporary hotfix: Always use PEAR and not PEAR5 --- bundled-libs/PEAR.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundled-libs/PEAR.php b/bundled-libs/PEAR.php index a64adf89..67aaa8e1 100644 --- a/bundled-libs/PEAR.php +++ b/bundled-libs/PEAR.php @@ -39,7 +39,8 @@ define('PEAR_ERROR_CALLBACK', 16); */ define('PEAR_ERROR_EXCEPTION', 32); /**#@-*/ -define('PEAR_ZE2', (function_exists('version_compare') && +// s9y-todo: Check out PEAR5.php, we need this? +define('PEAR_ZE2', (false && function_exists('version_compare') && version_compare(zend_version(), "2-dev", "ge"))); if (substr(PHP_OS, 0, 3) == 'WIN') {