summaryrefslogtreecommitdiff
path: root/ext/mcrypt/mcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mcrypt/mcrypt.c')
-rw-r--r--ext/mcrypt/mcrypt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c
index e5bf305475..af5672f055 100644
--- a/ext/mcrypt/mcrypt.c
+++ b/ext/mcrypt/mcrypt.c
@@ -32,10 +32,6 @@
#include "ext/standard/info.h"
-#if !defined(HAVE_LIBMCRYPT22) && !defined(HAVE_LIBMCRYPT24)
-#error Upgrade you version of mcrypt to at least 2.2.7, preferrable 2.4.4
-#endif
-
function_entry mcrypt_functions[] = {
PHP_FE(mcrypt_ecb, NULL)
PHP_FE(mcrypt_cbc, NULL)