INSTALL: Current PHP has JSON support without extension

Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Marcel Korpel 2012-12-05 12:14:55 +00:00 committed by Lukas Fleischer
parent c1c3aef74a
commit ce01cfebcc

View file

@ -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: