# 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
# pear install pecl/json
# cd /etc/php.d
# echo "extension=json.so" > json.ini
# service httpd restart
'Server' 카테고리의 다른 글
CentOS APM 최신 버전으로 YUM으로 관리하기 (0) | 2010.07.27 |
---|---|
FileInfo 설치 (0) | 2010.07.27 |
bind 9.3.6 버전 DNS 설치및 설정 (Cent 5.5) (0) | 2010.07.26 |
A session is active. You cannot change the session module's ini settings at this time (0) | 2010.03.18 |
Apache & PHP 버전 정보 숨기기 (0) | 2008.12.18 |