Merge branch 'PHP-7.3'

This commit is contained in:
Nikita Popov 2018-09-18 12:39:13 +02:00
commit 208f5b0941

View file

@ -132,7 +132,6 @@ static void php_intl_idn_to_46(INTERNAL_FUNCTION_PARAMETERS,
uts46 = uidna_openUTS46(option, &status);
if (php_intl_idn_check_status(status, "failed to open UIDNA instance") == FAILURE) {
zend_string_efree(buffer);
RETURN_FALSE;
}