From 352523640d7692c802bc31ae9198d083de6de5d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 4 Nov 2013 08:44:56 +0100 Subject: compatibility with 5.3.3 --- poche_compatibility_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poche_compatibility_test.php') diff --git a/poche_compatibility_test.php b/poche_compatibility_test.php index be4fd6f8..eed3c391 100644 --- a/poche_compatibility_test.php +++ b/poche_compatibility_test.php @@ -1,7 +1,7 @@ =')); +$php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.3.3', '>=')); $pcre_ok = extension_loaded('pcre'); $zlib_ok = extension_loaded('zlib'); $mbstring_ok = extension_loaded('mbstring'); -- cgit v1.2.3