Installed phpmyadmin and tried to access http://www.example.com/phpmyadmin, but error displayed in my browser
error : " The json extension is missing. Please check your PHP configuration.
"
My configuration:
PHP 7.0.7 (cli)
Apache/2.4.6
Red Hat Enterprise Linux Server release 7.2 (Maipo)
I tried to add json.so
file under folder /etc/php.d/
and also added entries in /etc/php.ini "extension=json.so"
but the error still persists.