Check for XMLWriter class
This is not installed by default in all cases and will break the DAV features of ownCloud. Lot's of reports such as https://github.com/owncloud/ios-issues/issues/167#issuecomment-63798507
This commit is contained in:
parent
1c8f9564a4
commit
9a1673c79d
|
@ -562,6 +562,7 @@ class OC_Util {
|
|||
'classes' => array(
|
||||
'ZipArchive' => 'zip',
|
||||
'DOMDocument' => 'dom',
|
||||
'XMLWriter' => 'XMLWriter'
|
||||
),
|
||||
'functions' => array(
|
||||
'xml_parser_create' => 'libxml',
|
||||
|
|
Loading…
Reference in New Issue