From 92a076a92bf7d2fb20e0bc5d376ce65fab268b52 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 12 Aug 2016 12:54:21 +0200 Subject: Fix #72793: xml_parser_free leaks mem when execute xml_set_object --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index 6201719704..1be3253209 100644 --- a/UPGRADING +++ b/UPGRADING @@ -517,6 +517,10 @@ Other - Stream: . Removed set_socket_blocking() in favor of its alias stream_set_blocking(). +- XML: + . xml_set_object() now requires to manually unset the $parser when finished, + to avoid memory leaks. + - XSL: . Removed xsl.security_prefs ini option. Use XsltProcessor::setSecurityPrefs() instead. -- cgit v1.2.1