We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19c62e8 + 6eb4daa commit e3b2859Copy full SHA for e3b2859
ext/intl/spoofchecker/spoofchecker_class.h
@@ -78,6 +78,8 @@ extern zend_class_entry *Spoofchecker_ce_ptr;
78
RETURN_FALSE; \
79
} \
80
81
+#if U_ICU_VERSION_MAJOR_NUM >= 58
82
#define SPOOFCHECKER_DEFAULT_RESTRICTION_LEVEL USPOOF_HIGHLY_RESTRICTIVE
83
+#endif
84
85
#endif // #ifndef SPOOFCHECKER_CLASS_H
0 commit comments