my system is centos 6.3. I got the problem solved.
vim /etc/php.ini
then add
extension=json.so
before
extension=mongo.so
at last restart the php-fpm and nginx(apache)
service php-fpm restart
service ngxin restart
It‘s OK!
标签:
my system is centos 6.3. I got the problem solved.
then add
before
at last restart the php-fpm and nginx(apache)
It‘s OK! |
标签:
原文地址:http://www.cnblogs.com/try-better-tomorrow/p/4921237.html