File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 70
70
71
71
#include "idn/idn.h"
72
72
73
- #if U_ICU_VERSION_MAJOR_NUM > 3 && U_ICU_VERSION_MINOR_NUM >=2
73
+ #if U_ICU_VERSION_MAJOR_NUM * 1000 + U_ICU_VERSION_MINOR_NUM >= 4002
74
74
# include "spoofchecker/spoofchecker_class.h"
75
75
# include "spoofchecker/spoofchecker.h"
76
76
# include "spoofchecker/spoofchecker_create.h"
@@ -646,7 +646,7 @@ PHP_MINIT_FUNCTION( intl )
646
646
/* Expose IDN constants to PHP scripts. */
647
647
idn_register_constants (INIT_FUNC_ARGS_PASSTHRU );
648
648
649
- #if U_ICU_VERSION_MAJOR_NUM > 3 && U_ICU_VERSION_MINOR_NUM >=2
649
+ #if U_ICU_VERSION_MAJOR_NUM * 1000 + U_ICU_VERSION_MINOR_NUM >= 4002
650
650
/* Register 'Spoofchecker' PHP class */
651
651
spoofchecker_register_Spoofchecker_class ( TSRMLS_C );
652
652
You can’t perform that action at this time.
0 commit comments