From: <var...@us...> - 2021-08-10 16:04:19
|
Revision: 10479 http://sourceforge.net/p/phpwiki/code/10479 Author: vargenau Date: 2021-08-10 16:04:18 +0000 (Tue, 10 Aug 2021) Log Message: ----------- INSTALL: DATABASE_TYPE = dba Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2021-08-10 15:39:47 UTC (rev 10478) +++ trunk/INSTALL 2021-08-10 16:04:18 UTC (rev 10479) @@ -12,6 +12,13 @@ installation and configure options. <https://www.php.net/manual/en/installation.php> +If you have DATABASE_TYPE = dba, you might need to do: +yum install php-dba (Red Hat, CentOS) +or +dnf install php-dba (Fedora) +or +apt install php-dba (Debian, Ubuntu) + To be able to export the wiki in ZIP format (in PhpWikiAdministration), ZipArchive class must be available. You might need to do: yum install php-pecl-zip (Red Hat, CentOS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |