From: Anatol Belski Date: Mon, 11 Apr 2016 12:54:58 +0000 (+0200) Subject: fix version macro to check X-Git-Tag: php-7.0.6RC1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f62943edc8f9803b900cc44585beff18cf1361eb;p=php fix version macro to check --- diff --git a/ext/intl/dateformat/dateformat_create.cpp b/ext/intl/dateformat/dateformat_create.cpp index 51ec063270..00a5cc593c 100644 --- a/ext/intl/dateformat/dateformat_create.cpp +++ b/ext/intl/dateformat/dateformat_create.cpp @@ -36,7 +36,7 @@ extern "C" { #include "dateformat_helpers.h" #include "zend_exceptions.h" -#if U_ICU_VERSION_MINOR_NUM < 50 +#if U_ICU_VERSION_MAJOR_NUM < 50 #define UDAT_PATTERN 0 #endif