itoigawabass

itoigawaのブログ

php-5.6.7

2015-03-31

メモ
一括ダウンロードさせるためにzipを有効にした

./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
--enable-zip

カテゴリー:php
タグ: