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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user