PHP 5.6.4 インストール (LINUX)
php=php-5.6.4.tar.bz2 wget http://jp1.php.net/get/$php/from/this/mirror -O $php tar -jxf $php srcdir=$(basename $php ".tar.bz2") program_name=$(echo $srcdir|cut -d "-" -f 1) version=$(echo $srcdir|cut -d "-" -f 2) rpmbuildfile=${srcdir}_rpmbuild.tar.bz2 cd $srcdir ./configure --enable-mod-charset --enable-calendar --enable-mbstring --enable-mysqlnd --with-apxs2=/usr/local/apache2/bin/apxs --with-pdo-mysql make make install make install-pear-installer