From: Anatol Belski Date: Tue, 25 Aug 2015 09:58:13 +0000 (+0200) Subject: include range checks with the portability header X-Git-Tag: php-7.0.0RC2~2^2~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c867b510df2a2f746ae2ec60116b5b4f463abd83;p=php include range checks with the portability header --- diff --git a/Zend/zend_portability.h b/Zend/zend_portability.h index 2736bf4440..ffa0d86907 100644 --- a/Zend/zend_portability.h +++ b/Zend/zend_portability.h @@ -78,6 +78,8 @@ #include #endif +#include "zend_range_check.h" + /* GCC x.y.z supplies __GNUC__ = x and __GNUC_MINOR__ = y */ #ifdef __GNUC__ # define ZEND_GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)