1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

fix version macro to check

This commit is contained in:
Anatol Belski
2016-04-11 14:54:58 +02:00
parent c0b821d2e9
commit f62943edc8
+1 -1
View File
@@ -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