본문 바로가기

Develop/PHP

[PHP] configure 설정 값

./configure  --prefix=/usr/local/php56 \

--enable-fpm \

--with-mysql=/usr/local/mysql \

--with-mysqli=/usr/local/mysql/bin/mysql_config \

--with-pdo-mysql=/usr/local/mysql \

--disable-debug \

--enable-sigchild \

--enable-inline-optimization \

--enable-sysvsem \

--enable-sysvshm \

--enable-bcmath \

--enable-ftp \

--enable-sockets \

--enable-exif \

--enable-soap \

--with-zlib-dir=/usr \

--with-zlib \

--with-gd \

--with-jpeg-dir=/usr \

--with-png-dir=/usr \

--with-freetype-dir=/usr \

--with-iconv \

--enable-mbstring \

--with-mcrypt \

--with-curl \

--with-openssl \

--with-pgsql=/usr/local/pgsql \

--with-mssql=/usr/local/freetds \

--enable-zip