Fix refcounting in arReturn() and stop leaking static strings.
[hiphop-php.git] / hphp / test / zend / bad / ext / gmp / tests / 011.php.skipif
blob99cbb0a8fdac650dd618382e9a3e75b71e301f11
1 <?php 
2 if (!extension_loaded("gmp")) die ("skip"); 
3 if (!defined('GMP_VERSION') || version_compare("4.2.1", GMP_VERSION, ">=")) {
4         die("skip your GMP is too old and will crash");
6 ?>