[aur-dev] [PATCH] INSTALL: Current PHP has JSON support without extension

Marcel Korpel marcel.lists at gmail.com
Wed Dec 5 07:14:55 EST 2012


---
 INSTALL | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/INSTALL b/INSTALL
index a26dce9..3bc25d8 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:
-- 
1.8.0.1


More information about the aur-dev mailing list