itoigawabass

itoigawaのブログ

php-5.6.3

2014-12-02

インストールメモ
--with-curlwrappersはPECLに移動となっていた。

tar zxfv php-5.6.3.tar.gz
cd php-5.6.3
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysqli=mysqlnd --with-mysql=mysqlnd --with-pdo-mysql=mysqlnd --enable-mbstring --enable-mbregex --with-curl=/usr/local/ --with-gd --with-jpeg-dir --with-png-dir --with-zlib --with-zlib-dir --with-freetype-dir --enable-gd-native-ttf --enable-gd-jis-conv --disable-cgi --with-mcrypt --enable-exif --enable-calendar
make
make install

カテゴリー:php
タグ: