본문 바로가기

Server

JSON 설치

# yum -y install php-devel php-pear gcc
# pear install pecl/json
# cd /etc/php.d
# echo "extension=json.so" > json.ini
# service httpd restart