How to install json on plesk server

ARUN Post in INSTALLATION
0

pecl install json

Check if you have a file named : json.so  in

cd /usr/lib/php/modules/

cd /etc/php.d/

echo “extension=json.so” >> json.ini

RESTART APACHE

php -m | grep json

« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.