PHP_Compat is required when the PHP version below 4.3.3 (not above or equal).

This commit is contained in:
Andreas Fischer 2014-01-30 03:10:31 +01:00
parent 8876c820c3
commit f79d662401

View File

@ -54,7 +54,7 @@
"suggest": {
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
"pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP >= 4.3.3."
"pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3."
},
"include-path": ["phpseclib/"],
"autoload": {