summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-08-12 12:54:21 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-08-12 12:54:21 +0200
commit92a076a92bf7d2fb20e0bc5d376ce65fab268b52 (patch)
tree4757c170bbea175e8b023ce7ddbcddc9f263aee3 /UPGRADING
parentfe41f87e468f8ae5ab68f9e4abfd58fa4bbc3f9d (diff)
downloadphp-git-92a076a92bf7d2fb20e0bc5d376ce65fab268b52.tar.gz
Fix #72793: xml_parser_free leaks mem when execute xml_set_object
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
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.