We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949f6cd commit 72c807aCopy full SHA for 72c807a
ext/intl/php_intl.c
@@ -70,7 +70,7 @@
70
71
#include "idn/idn.h"
72
73
-#if U_ICU_VERSION_MAJOR_NUM > 3 && U_ICU_VERSION_MINOR_NUM >=2
+#if U_ICU_VERSION_MAJOR_NUM * 1000 + U_ICU_VERSION_MINOR_NUM >= 4002
74
# include "spoofchecker/spoofchecker_class.h"
75
# include "spoofchecker/spoofchecker.h"
76
# include "spoofchecker/spoofchecker_create.h"
@@ -646,7 +646,7 @@ PHP_MINIT_FUNCTION( intl )
646
/* Expose IDN constants to PHP scripts. */
647
idn_register_constants(INIT_FUNC_ARGS_PASSTHRU);
648
649
650
/* Register 'Spoofchecker' PHP class */
651
spoofchecker_register_Spoofchecker_class( TSRMLS_C );
652
0 commit comments