phpのconfigureオプション備忘録
とりあえず以下を指定しておけばsymfonyが動きつつ、画像の生成とかもできる。
PHP5.1.6ベース。
#! /bin/sh
#
# Created by configure
‘./configure’ \
‘–with-apxs2=/usr/bin/apxs2′ \
‘–enable-mbstring’ \
‘–with-zlib’ \
‘–with-openssl’ \
‘–enable-bcmath’ \
‘–with-bz2′ \
‘–enable-calendar’ \
‘–with-curl’ \
‘–enable-dba’ \
‘–with-db4′ \
‘–with-inifile’ \
‘–enable-ftp’ \
‘–with-gd’ \
‘–with-ttf’ \
‘–with-freetype-dir=/usr’ \
‘–enable-gd-native-ttf’ \
‘–enable-gd-jis-conv’ \
‘–with-gettext’ \
‘–with-jpeg-dir=/usr’ \
‘–with-png-dir=/usr’ \
‘–with-ldap’ \
‘–with-mcrypt’ \
‘–with-mhash’ \
‘–with-mysqli’ \
‘–with-mysql-sock’ \
‘–with-mysqli’ \
‘–with-ncurses’ \
‘–with-pdo-mysql’ \
‘–with-pgsql’ \
‘–with-pspell’ \
‘–with-readline’ \
‘–with-snmp’ \
‘–enable-ucd-snmp-hack’ \
‘–enable-soap’ \
‘–enable-sqlite-utf8′ \
‘–enable-wddx’ \
‘–with-xsl’ \
‘–with-mysql’ \
‘–enable-memory-limit’ \
“$@”
No comments yet.