#! /bin/sh # # Created by configure CFLAGS='-fno-common' \ CXXFLAGS='-fno-common' \ CC='cc' \ CXX='c++' \ './configure' \ '--with-layout=GNU' \ '--with-config-file-scan-dir=/usr/local/etc/php' \ '--disable-all' \ '--enable-libxml' \ '--with-libxml-dir=/usr/local' \ '--enable-reflection' \ '--program-prefix=' \ '--enable-fastcgi' \ '--with-regex=php' \ '--with-zend-vm=CALL' \ '--prefix=/usr/local' \ "$@"