mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04:00
Merge pull request #23030 from owncloud/require-xmlreader
[stable9] Add XMLReader as requirement
This commit is contained in:
commit
4030b82c97
1 changed files with 2 additions and 1 deletions
|
|
@ -726,7 +726,8 @@ class OC_Util {
|
|||
'classes' => array(
|
||||
'ZipArchive' => 'zip',
|
||||
'DOMDocument' => 'dom',
|
||||
'XMLWriter' => 'XMLWriter'
|
||||
'XMLWriter' => 'XMLWriter',
|
||||
'XMLReader' => 'XMLReader',
|
||||
),
|
||||
'functions' => [
|
||||
'xml_parser_create' => 'libxml',
|
||||
|
|
|
|||
Loading…
Reference in a new issue