Merge pull request #12321 from owncloud/checkForXMLWriter
Check for XMLWriter class
This commit is contained in:
commit
7fa4c6d0bc
1 changed files with 1 additions and 0 deletions
|
@ -562,6 +562,7 @@ class OC_Util {
|
|||
'classes' => array(
|
||||
'ZipArchive' => 'zip',
|
||||
'DOMDocument' => 'dom',
|
||||
'XMLWriter' => 'XMLWriter'
|
||||
),
|
||||
'functions' => array(
|
||||
'xml_parser_create' => 'libxml',
|
||||
|
|
Loading…
Reference in a new issue