Setup Failure Codes/PHP XML support: Difference between revisions

From Davical
Jump to navigationJump to search
(Created page with "{{Critical_Setup_Failure}} The caldav protocol is XML, even though the actual calendar events are not. DAViCal needs the PHP XML extension to parse what a client requests. T...")
 
No edit summary
 
Line 1: Line 1:
{{Critical_Setup_Failure}}
{{Critical_Setup_Failure}}


The caldav protocol is XML, even though the actual calendar events are not. DAViCal needs the PHP XML extension to parse what a client requests.
The caldav protocol is XML, even though the actual calendar events are not. DAViCal needs the PHP XML extension to parse what a client wants it to do.


The XML extension was part of the core PHP package in PHP 5, but has been split out for PHP 7, so e.g. on Debian systems you'll have to install the php-xml package now.
The XML extension was part of the core PHP package in PHP 5, but has been split out for PHP 7, so e.g. on Debian systems you'll have to install the php-xml package now.

Latest revision as of 07:21, 3 June 2016

Template:Critical Setup Failure

The caldav protocol is XML, even though the actual calendar events are not. DAViCal needs the PHP XML extension to parse what a client wants it to do.

The XML extension was part of the core PHP package in PHP 5, but has been split out for PHP 7, so e.g. on Debian systems you'll have to install the php-xml package now.