From 05f96b921a7e7dacd02be5ca61b2e7bdd014ee55 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 10 Nov 2011 04:55:31 -0500 Subject: [PATCH] New PHP requirements for XML and ODS importing --- Documentation.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation.html b/Documentation.html index 834215c2d..d376f7358 100644 --- a/Documentation.html +++ b/Documentation.html @@ -82,6 +82,9 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
  • To support BLOB streaming, see PHP and MySQL requirements in FAQ 6.25.
  • +
  • To support XML and Open Document Spreadsheet importing, + you need PHP 5.2.17 or newer and the + libxml extension.
  • MySQL 5.0 or newer (details);