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.
2 parents abc5644 + 664b1a3 commit d78ffd5Copy full SHA for d78ffd5
ext/intl/idn/idn.c
@@ -206,7 +206,7 @@ static void php_intl_idn_to(INTERNAL_FUNCTION_PARAMETERS,
206
#if defined(__clang__)
207
# pragma clang diagnostic push
208
# pragma clang diagnostic ignored "-Wdeprecated-declarations"
209
-#elif ZEND_GCC_VERSION >= 4002
+#elif ZEND_GCC_VERSION >= 4008
210
# pragma GCC diagnostic push
211
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
212
#endif
@@ -217,7 +217,7 @@ static void php_intl_idn_to(INTERNAL_FUNCTION_PARAMETERS,
217
}
218
219
# pragma clang diagnostic pop
220
221
# pragma GCC diagnostic pop
222
223
efree(ustring);
0 commit comments