To install/enable Json support for PHP on a Linux server, follow the below steps:
1. Install php-pear and gcc
# yum install php-pear gcc
2. Install json module
# pecl install jsonContinue reading How to install PHP-Json module on a Linux server?
To install/enable Json support for PHP on a Linux server, follow the below steps:
1. Install php-pear and gcc
# yum install php-pear gcc
2. Install json module
# pecl install jsonContinue reading How to install PHP-Json module on a Linux server?