diff mbox

Document required PHP extensions in php.ini

Message ID 20180106132753.13884-1-remy.marquis@gmail.com
State Accepted, archived
Headers show

Commit Message

Remy Marquis Jan. 6, 2018, 1:27 p.m. UTC
To people unfamiliar with the code, it is not obvious that
the pdo_* PHP extensions must be enabled.
---
 INSTALL | 2 ++
 TESTING | 2 ++
 2 files changed, 4 insertions(+)

Comments

Lukas Fleischer Jan. 26, 2018, 7:17 p.m. UTC | #1
On Sat, 06 Jan 2018 at 14:27:53, Remy Marquis wrote:
> To people unfamiliar with the code, it is not obvious that
> the pdo_* PHP extensions must be enabled.
> ---
>  INSTALL | 2 ++
>  TESTING | 2 ++
>  2 files changed, 4 insertions(+)

Merged, thanks!
diff mbox

Patch

diff --git a/INSTALL b/INSTALL
index ba24a45..7fcf724 100644
--- a/INSTALL
+++ b/INSTALL
@@ -38,6 +38,8 @@  read the instructions below.
         }
     }
 
+    Ensure to enable the pdo_mysql extension in php.ini.
+
 3) Copy conf/config.proto to /etc/aurweb/config and adjust the configuration
    (pay attention to disable_http_login, enable_maintenance and aur_location).
 
diff --git a/TESTING b/TESTING
index d2c97d9..e45f35f 100644
--- a/TESTING
+++ b/TESTING
@@ -13,6 +13,8 @@  INSTALL.
 
     # pacman -S php php-sqlite sqlite
 
+   Ensure to enable the pdo_sqlite extension in php.ini.
+
 3) Prepare the testing database:
 
     $ cd /path/to/aurweb/schema