summaryrefslogtreecommitdiff
path: root/zend/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'zend/includes.h')
-rw-r--r--zend/includes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zend/includes.h b/zend/includes.h
index 89054c3..4908e77 100644
--- a/zend/includes.h
+++ b/zend/includes.h
@@ -42,8 +42,8 @@
/**
* We don't compile for php7 just yet
*/
-#if PHP_VERSION_ID >= 70000
-# error "This library is currently not yet compatible with php7."
+#if PHP_VERSION_ID < 70000
+# error "This library required PHP version 7.0 or higher. Use PHP-CPP-LEGACY for older versions."
#endif
/**