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 cf31210 + c43fc20 commit 664b1a3Copy full SHA for 664b1a3
ext/intl/idn/idn.c
@@ -232,7 +232,7 @@ static void php_intl_idn_to(INTERNAL_FUNCTION_PARAMETERS,
232
#if defined(__clang__)
233
# pragma clang diagnostic push
234
# pragma clang diagnostic ignored "-Wdeprecated-declarations"
235
-#elif ZEND_GCC_VERSION >= 4002
+#elif ZEND_GCC_VERSION >= 4008
236
# pragma GCC diagnostic push
237
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
238
#endif
@@ -243,7 +243,7 @@ static void php_intl_idn_to(INTERNAL_FUNCTION_PARAMETERS,
243
}
244
245
# pragma clang diagnostic pop
246
247
# pragma GCC diagnostic pop
248
249
efree(ustring);
0 commit comments