summaryrefslogtreecommitdiff
path: root/zend/includes.h
diff options
context:
space:
mode:
authorMartijn Otto <martijn.otto@copernica.com>2016-05-19 10:55:43 +0200
committerMartijn Otto <martijn.otto@copernica.com>2016-05-19 10:55:43 +0200
commit248318dd608ede0b597951ff45c22164ee4f71d0 (patch)
tree270aa501ef15ad3a35b2b5a1cbba4fe608674c00 /zend/includes.h
parentb45572340321f909142266e973faac116429d2b3 (diff)
Updated the required PHP version and correctly install the classimpl pointer in the doc_comment
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
/**