From fe1d6feb3dfa1eebd69a82c8000d2095b4e8a531 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 14 Jul 2016 21:08:54 +0200 Subject: [PATCH] Extend libxml exports These are needed to support libxslt 1.1.29 on Windows. This libxslt version fixes CVE-2015-7995 and for this reason needs to be used. --- ext/libxml/php_libxml2.def | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/libxml/php_libxml2.def b/ext/libxml/php_libxml2.def index 42a939ebb8..905dbf386b 100644 --- a/ext/libxml/php_libxml2.def +++ b/ext/libxml/php_libxml2.def @@ -1544,3 +1544,5 @@ xmlXPtrNewRangePointNode xmlXPtrNewRangePoints xmlXPtrRangeToFunction xmlXPtrWrapLocationSet +xmlBufContent +xmlBufUse -- 2.40.0