Skip to content

Commit f94bcb1

Browse files
committed
Of course, we support v2 in PHP 5.6 as well.
1 parent 890204f commit f94bcb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/date/lib/parse_tz.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
#else
3232
#include <strings.h>
3333
#endif
34+
35+
#define TIMELIB_SUPPORTS_V2DATA
3436
#include "timezonedb.h"
3537

3638
#if (defined(__APPLE__) || defined(__APPLE_CC__)) && (defined(__BIG_ENDIAN__) || defined(__LITTLE_ENDIAN__))

0 commit comments

Comments
 (0)