CFLAGS="-O2 -g" ./configure \ --disable-all \ --prefix=/usr/local/www/php/5_embed \ --enable-debug \ --enable-sysvshm \ --enable-sysvsem \ --enable-sysvmsg \ --enable-bcmath \ --enable-pcntl \ --enable-inline-optimization \ --enable-embed \ --enable-short-tags \ --enable-ipv6 \ --enable-ctype \ --enable-posix \ --enable-libtool-lock \ --enable-xml \ --enable-libxml \ --disable-cgi \ --with-mysql=/usr/ \ --with-openssl \ --with-zlib-dir=/usr \ --with-db \ --with-mcrypt \ --with-mhash \ --with-bz2 \ --with-pcre-regex \ --with-libxml-dir=/usr \ --with-pear && \ make -j 3 && make install