mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
c1c3aef74a
commit
ce01cfebcc
1 changed files with 2 additions and 4 deletions
6
INSTALL
6
INSTALL
|
@ -44,12 +44,10 @@ Setup on Arch Linux:
|
||||||
5) Configure PHP
|
5) Configure PHP
|
||||||
Make sure you have mysql and json enabled in 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=pdo_mysql.so
|
||||||
extension=json.so
|
|
||||||
|
|
||||||
If those php extensions are separate packages on your system, install
|
If this PHP extension is a separate package on your system, install it.
|
||||||
them.
|
|
||||||
|
|
||||||
6) Configure MySQL
|
6) Configure MySQL
|
||||||
- Start the MySQL service. Example:
|
- Start the MySQL service. Example:
|
||||||
|
|
Loading…
Add table
Reference in a new issue