PGメモ

非エンジニアの記録

PHP5.4.23をCentOS5.9にインストール

まっさらなところからインストールします
CentOS5.9

# yum install httpd httpd-devel mysql-server mysql mysql-devel libxml2 libxml2-devel libmcrypt-devel

過去に囚われないためアンインストール

# yum remove php*

remiを下記から持ってきます
http://rpms.famillecollet.com/

# wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
# rpm -Uvh remi-release-5.rpm
# yum --enablerepo=remi install php php-cli php-common php-devel php-gd php-mbstring php-mysql php-pdo php-mcrypt php-pear
# php -v
PHP 5.4.23 (cli) (built: Dec 11 2013 06:58:03) 
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies