1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 04:21:18 +02:00

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Add missing ICU version check
This commit is contained in:
Anatol Belski
2017-10-30 18:16:03 +01:00

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