From ce01cfebcca6f097e16d42a44248cebea7bfad71 Mon Sep 17 00:00:00 2001 From: Marcel Korpel Date: Wed, 5 Dec 2012 12:14:55 +0000 Subject: INSTALL: Current PHP has JSON support without extension Signed-off-by: canyonknight Signed-off-by: Lukas Fleischer --- INSTALL | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'INSTALL') 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: -- cgit v1.2.3-54-g00ecf