summaryrefslogtreecommitdiffstats
path: root/TESTING
diff options
context:
space:
mode:
authorRemy Marquis <remy.marquis@gmail.com>2018-01-06 14:27:53 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2018-01-26 20:17:04 +0100
commit34a0d399103a3b866995e54f03ac75740fdd26a0 (patch)
tree04d1cae81c9787afcc4fa7bc2715519ea020947a /TESTING
parente5b43760c275130623ff4fda5a96f628cf17156e (diff)
downloadaur-34a0d399103a3b866995e54f03ac75740fdd26a0.tar.gz
aur-34a0d399103a3b866995e54f03ac75740fdd26a0.tar.xz
Document required PHP extensions in php.ini
To people unfamiliar with the code, it is not obvious that the pdo_* PHP extensions must be enabled. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'TESTING')
-rw-r--r--TESTING2
1 files changed, 2 insertions, 0 deletions
diff --git a/TESTING b/TESTING
index d2c97d9d..e45f35f7 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