diff options
author | Marcel Korpel <marcel.lists@gmail.com> | 2012-12-05 13:14:55 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-12-07 23:23:58 +0100 |
commit | ce01cfebcca6f097e16d42a44248cebea7bfad71 (patch) | |
tree | c11a7dc1ef0d14cfa804ef3585022d0e548f7cd8 | |
parent | c1c3aef74a2fb3f39f97e9a2e8aea7230fc8859f (diff) | |
download | aur-ce01cfebcca6f097e16d42a44248cebea7bfad71.tar.gz aur-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>
-rw-r--r-- | INSTALL | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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: |