Thanks to visit codestin.com Credit goes to github.com
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 bee5749 commit f4b9ad3Copy full SHA for f4b9ad3
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