diff options
| author | Ben Fuhrmannek | 2017-02-21 18:11:37 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2017-02-21 18:11:37 +0100 |
| commit | f24aa1084ee50d8e0e290b4e24b9dc236350cbe9 (patch) | |
| tree | d20d79ad283aa131974354bbfc01497210c2945b /php_suhosin7.h | |
| parent | 1a3fd5eeb9a5859aefedb9302adb6ecd6a1873a7 (diff) | |
PHP 7.1 compatibility - #16
Diffstat (limited to 'php_suhosin7.h')
| -rw-r--r-- | php_suhosin7.h | 4 |
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 |
