summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zend/includes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zend/includes.h b/zend/includes.h
index 4908e77..4189205 100644
--- a/zend/includes.h
+++ b/zend/includes.h
@@ -40,10 +40,10 @@
#include <SAPI.h>
/**
- * We don't compile for php7 just yet
+ * We don't work with older versions of PHP
*/
#if PHP_VERSION_ID < 70000
-# error "This library required PHP version 7.0 or higher. Use PHP-CPP-LEGACY for older versions."
+# error "This library requires PHP version 7.0 or higher. Use PHP-CPP-LEGACY for older versions."
#endif
/**