mac php configure

2014年12月15日

‘./configure’ ‘–prefix=/usr/local/Cellar/php55/5.5.9′ ‘–localstatedir=/usr/local/var’ ‘–sysconfdir=/usr/local/etc/php/5.5′ ‘–with-config-file-path=/usr/local/etc/php/5.5′ ‘–with-config-file-scan-dir=/usr/local/etc/php/5.5/conf.d’ ‘–with-iconv-dir=/usr’ ‘–enable-dba’ ‘–with-ndbm=/usr’ ‘–enable-exif’ ‘–enable-soap’ ‘–enable-wddx’ ‘–enable-ftp’ ‘–enable-sockets’ ‘–enable-zip’ ‘–enable-shmop’ ‘–enable-sysvsem’ ‘–enable-sysvshm’ ‘–enable-sysvmsg’ ‘–enable-mbstring’ ‘–enable-mbregex’ ‘–enable-bcmath’ ‘–enable-calendar’ ‘–with-zlib=/usr/local/opt/zlib’ ‘–with-ldap’ ‘–with-ldap-sasl=/usr’ ‘–with-xmlrpc’ ‘–with-kerberos=/usr’ ‘–with-gd’ ‘–enable-gd-native-ttf’ ‘–with-freetype-dir=/usr/local/opt/freetype’ ‘–with-jpeg-dir=/usr/local/opt/jpeg’ ‘–with-png-dir=/usr/local/opt/libpng’ ‘–with-gettext=/usr/local/opt/gettext’ ‘–with-snmp=/usr’ ‘–with-libedit’ ‘–with-unixODBC=/usr/local/opt/unixodbc’ ‘–with-pdo-odbc=unixODBC,/usr/local/opt/unixodbc’ ‘–mandir=/usr/local/Cellar/php55/5.5.9/share/man’ ‘–with-mhash’ ‘–with-curl’ ‘–with-bz2=/usr’ ‘–disable-debug’ ‘–with-openssl=/usr’ ‘–with-xsl=/usr’ ‘–with-apxs2=/usr/sbin/apxs’ ‘–libexecdir=/usr/local/Cellar/php55/5.5.9/libexec’ ‘–with-mysql-sock=/tmp/mysql.sock’ ‘–with-mysqli=mysqlnd’ ‘–with-mysql=mysqlnd’ ‘–with-pdo-mysql=mysqlnd’ ‘–enable-maintainer-zts’ ‘–enable-pcntl’ ‘–enable-zend-signals’ ‘–enable-dtrace’ ‘–enable-opcache’

Comments are closed.