1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

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

scope).
This commit is contained in:
Ilia Alshanetsky
2007-06-18 16:46:40 +00:00
parent 91bcba1f1d
commit 32c28b2fcc
+1
View File
@@ -674,6 +674,7 @@ static PHP_RSHUTDOWN_FUNCTION(libxml)
efree(LIBXML(error_list));
LIBXML(error_list) = NULL;
}
xmlResetLastError();
return SUCCESS;
}