summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMarcel Korpel <marcel.lists@gmail.com>2012-12-05 12:14:55 +0000
committerLukas Fleischer <archlinux@cryptocrack.de>2012-12-07 23:23:58 +0100
commitce01cfebcca6f097e16d42a44248cebea7bfad71 (patch)
treec11a7dc1ef0d14cfa804ef3585022d0e548f7cd8 /INSTALL
parentc1c3aef74a2fb3f39f97e9a2e8aea7230fc8859f (diff)
downloadaurweb-ce01cfebcca6f097e16d42a44248cebea7bfad71.tar.xz
INSTALL: Current PHP has JSON support without extension
Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 2 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 047cfc4..91aa3da 100644
--- a/INSTALL
+++ b/INSTALL
@@ -44,12 +44,10 @@ Setup on Arch Linux:
5) Configure PHP
Make sure you have mysql and json enabled in PHP.
- - Edit php.ini and uncomment/add these lines:
+ - Edit php.ini and uncomment/add this line:
extension=pdo_mysql.so
- extension=json.so
- If those php extensions are separate packages on your system, install
- them.
+ If this PHP extension is a separate package on your system, install it.
6) Configure MySQL
- Start the MySQL service. Example: