PHP 5.5.9 Configure

2014年3月31日

#/bin/sh
./configure –prefix=/usr –enable-maintainer-zts –with-pear \
–with-config-file-path=/etc –with-readline –with-mcrypt \
–with-zlib –enable-mbstring –with-curl –with-bz2 \
–enable-zip –enable-sockets –enable-sysvsem –enable-sysvshm \
–with-mhash –with-pcre-regex –with-gettext –enable-bcmath \
–enable-libxml –enable-json –with-openssl –enable-pcntl \
–with-mysql=mysqlnd \
–with-mysqli=mysqlnd \
–with-pdo-mysql=mysqlnd \
–with-apxs2=/usr/local/apache2/bin/apxs \
–enable-pdo

Comments are closed.