From d9ad555a30df0e4fbb5e97a0aac2c3951069b433 Mon Sep 17 00:00:00 2001 From: Martijn Otto Date: Fri, 20 May 2016 11:18:05 +0200 Subject: Update check for PHP version --- zend/includes.h | 4 ++-- 1 file 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 /** - * 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 /** -- cgit v1.2.3