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

Lukas Fleischer archlinux at cryptocrack.de
Fri Dec 7 17:28:46 EST 2012


On Wed, Dec 05, 2012 at 01:14:55PM +0100, Marcel Korpel wrote:
> ---
>  INSTALL | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
> 

Applied, thanks!

> 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