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 bca6600 commit c43fc20Copy full SHA for c43fc20
ext/intl/idn/idn.c
@@ -226,7 +226,7 @@ static void php_intl_idn_to(INTERNAL_FUNCTION_PARAMETERS,
226
#if defined(__clang__)
227
# pragma clang diagnostic push
228
# pragma clang diagnostic ignored "-Wdeprecated-declarations"
229
-#elif ZEND_GCC_VERSION >= 4002
+#elif ZEND_GCC_VERSION >= 4008
230
# pragma GCC diagnostic push
231
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
232
#endif
@@ -237,7 +237,7 @@ static void php_intl_idn_to(INTERNAL_FUNCTION_PARAMETERS,
237
}
238
239
# pragma clang diagnostic pop
240
241
# pragma GCC diagnostic pop
242
243
efree(ustring);
0 commit comments