diff options
author | Anatol Belski <ab@php.net> | 2017-09-11 17:36:25 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-09-11 17:36:25 +0200 |
commit | 75cb69740e766326b5316bd9a5e3c921abf2ec48 (patch) | |
tree | 5768c85e9ecd043c1e8d805f565201d06b912c00 /ext | |
parent | a77eddff9697ac0f92b585af208a2c83cd2d2d11 (diff) | |
parent | 04a6bbae6c2dd21533552fc45e0c05d4b8320a9f (diff) | |
download | php-git-75cb69740e766326b5316bd9a5e3c921abf2ec48.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Add symbol to libxml exports
Diffstat (limited to 'ext')
-rw-r--r-- | ext/libxml/php_libxml2.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/libxml/php_libxml2.def b/ext/libxml/php_libxml2.def index 905dbf386b..f4be787c8a 100644 --- a/ext/libxml/php_libxml2.def +++ b/ext/libxml/php_libxml2.def @@ -1546,3 +1546,4 @@ xmlXPtrRangeToFunction xmlXPtrWrapLocationSet xmlBufContent xmlBufUse +xmlBufferDetach |