Browse Source

MFB: Fixed bug #41724 (libxml_get_last_error() - errors survice request

scope).
PHAR_1_2
Ilia Alshanetsky 19 years ago
parent
commit
32c28b2fcc
  1. 1
      ext/libxml/libxml.c

1
ext/libxml/libxml.c

@ -674,6 +674,7 @@ static PHP_RSHUTDOWN_FUNCTION(libxml)
efree(LIBXML(error_list));
LIBXML(error_list) = NULL;
}
xmlResetLastError();
return SUCCESS;
}

Loading…
Cancel
Save