diff options
author | Anatol Belski <ab@php.net> | 2016-07-14 21:08:54 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyra3l@gmail.com> | 2016-07-21 02:08:12 +0200 |
commit | a3564c4b5bfa94424fcd7df2400c23f1ca7fb4af (patch) | |
tree | 80dcdcede94366787a74868d35cbb3fc551d25ef | |
parent | 4711bc74cde10458285a2a5680bacf64470b2295 (diff) | |
download | php-git-a3564c4b5bfa94424fcd7df2400c23f1ca7fb4af.tar.gz |
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.
-rw-r--r-- | ext/libxml/php_libxml2.def | 2 |
1 files changed, 2 insertions, 0 deletions
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 |