1
0

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
This commit is contained in:
Garvin Hicking
2014-07-13 18:51:49 +02:00
parent 8894f82477
commit 41388a4a7e

View File

@ -39,7 +39,8 @@ define('PEAR_ERROR_CALLBACK', 16);
*/ */
define('PEAR_ERROR_EXCEPTION', 32); 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"))); version_compare(zend_version(), "2-dev", "ge")));
if (substr(PHP_OS, 0, 3) == 'WIN') { if (substr(PHP_OS, 0, 3) == 'WIN') {