mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-06 13:58:33 +00:00
* 2.0: Remove unnecessary parens Convert most instances of function_exists() to extension_loaded() where applicable Remove conditions for PHP < 5.3.0 for this branch Switch to extension_loaded('gmp') Switch to extension_loaded instead of function_exists where it makes sense