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

Add missing ICU version check

This commit is contained in:
Anatol Belski
2017-10-30 18:15:26 +01:00
parent fc169d2133
commit 68c500421c

View File

@@ -78,6 +78,8 @@ extern zend_class_entry *Spoofchecker_ce_ptr;
RETURN_FALSE; \
} \
#if U_ICU_VERSION_MAJOR_NUM >= 58
#define SPOOFCHECKER_DEFAULT_RESTRICTION_LEVEL USPOOF_HIGHLY_RESTRICTIVE
#endif
#endif // #ifndef SPOOFCHECKER_CLASS_H