#!/bin/bash # CFLAGS="-O2 -march=pentium3 -fno-strict-aliasing -Wno-pointer-sign" export CFLAGS ./configure --with-apxs2=/usr/local/apache2/bin/apxs \ --with-config-file-path=/etc \ --with-config-file-scan-dir=/etc/php.d \ --with-openssl \ --with-zlib-dir \ --enable-bcmath \ --with-bz2 \ --enable-exif \ --enable-ftp \ --with-pcre-dir \ --with-gd \ --with-xpm-dir \ --with-jpeg-dir \ --with-png-dir \ --with-freetype-dir \ --enable-gd-native-ttf \ --with-iconv-dir \ --with-imap=/usr/local \ --with-imap-ssl \ --enable-mbstring \ --enable-mbregex \ --with-mcrypt \ --with-mysql=/usr/local \ --with-mysqli=/usr/local/bin/mysql_config \ --with-readline \ --enable-sockets \ --without-sqlite \ --enable-wddx \ --with-libxml-dir \ --with-libexpat-dir \ --with-xsl \ --enable-zend-multibyte # CFLAGS="" export CFLAGS