From: Derick Rethans Date: Thu, 13 Aug 2015 09:50:28 +0000 (+0100) Subject: Tell timelib we support v2 X-Git-Tag: php-7.0.0RC1~7^2~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ddd826684fef8135fe3d1c2ad162f54a6cb697c;p=php Tell timelib we support v2 --- diff --git a/ext/date/lib/parse_tz.c b/ext/date/lib/parse_tz.c index 5bfa176b6f..24de1eaf78 100644 --- a/ext/date/lib/parse_tz.c +++ b/ext/date/lib/parse_tz.c @@ -31,6 +31,8 @@ #else #include #endif + +#define TIMELIB_SUPPORTS_V2DATA #include "timezonedb.h" #if (defined(__APPLE__) || defined(__APPLE_CC__)) && (defined(__BIG_ENDIAN__) || defined(__LITTLE_ENDIAN__))