PHPのインストール

 

関連ライブラリのインストール


yum install libxml2-devel

yum install libpng-devel

yum install libicu-devel

yum install libmcrypt-devel

yum install libxslt-devel

 

PHPのインストール


wget https://downloads.php.net/~ab/php-7.0.0beta2.tar.xz

tar Jxf php-7.0.0beta2.tar.xz

cd php-7.0.0beta2

./configure –prefix=/usr/local/php-7.0.0beta2 –enable-bcmath –enable-calendar –enable-gd-jis-conv –enable-gd-native-ttf –enable-intl –enable-mbstring –enable-mbregex –enable-pcntl –enable-soap –with-curl –with-freetype-dir –with-gettext –with-gd –with-jpeg-dir –with-libxml-dir –with-mcrypt –with-mhash –with-openssl –with-pcre-dir –with-png-dir –with-readl
ine –with-xsl –with-zlib

※mysql はwarningが出たので外した

※pearもテストでエラーになったので外した

 

make

make test

make install

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください