summaryrefslogtreecommitdiff
path: root/php_suhosin7.h
diff options
context:
space:
mode:
Diffstat (limited to 'php_suhosin7.h')
-rw-r--r--php_suhosin7.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/php_suhosin7.h b/php_suhosin7.h
index 1398a36..fb9cf90 100644
--- a/php_suhosin7.h
+++ b/php_suhosin7.h
@@ -23,8 +23,8 @@ extern zend_module_entry suhosin7_module_entry;
23 23
24#define SUHOSIN7_EXT_VERSION "0.10.0dev" 24#define SUHOSIN7_EXT_VERSION "0.10.0dev"
25 25
26#if PHP_VERSION_ID < 70000 | PHP_VERSION_ID >= 70100 26#if PHP_VERSION_ID < 70000 | PHP_VERSION_ID >= 70200
27#error Suhosin7 works with PHP 7.0 only! Looking for Suhosin for PHP 5.x? Take a look at https://www.suhosin.org/ 27#error Suhosin7 works with PHP 7.0 and 7.1 only! Looking for Suhosin for PHP 5.x? Take a look at https://www.suhosin.org/
28#endif 28#endif
29 29
30#ifdef PHP_WIN32 30#ifdef PHP_WIN32