b. XML and DOM support.
XML and DOM support are enabled in PHP 5 by default. You only have to
- make sure that you do **not** use ``--disable-dom`` or
- ``--disable-xml``.
+ make sure that you do **not** use ``--disable-dom``,
+ ``--disable-simplexml``, or ``--disable-xml``.
The following PHP options are **RECOMMENDED** to enable advanced features in
Horde:
'descrip' => 'Session Support',
'fatal' => true
),
+ 'SimpleXML' => array(
+ 'descrip' => 'SimpleXML support',
+ 'error' => 'Horde will not run without the SimpleXML extension. Don\'t compile PHP with <code>--disable-all/--disbale-simplexml</code>, or enable the SimpleXML extension individually before continuing.',
+ 'fatal' => true
+ ),
'tidy' => array(
'descrip' => 'Tidy support',
'error' => 'The tidy PHP extension is used to sanitize HTML data.'