alex Sun Jul 22 20:53:36 2001 EDT
Added files:
/r2/tools/scripts php_compile.sh
Log:
Quick dump of a php configure command. A bc-specific php source and installation system may
follow.
Index: r2/tools/scripts/php_compile.sh
+++ r2/tools/scripts/php_compile.sh
./configure \
--prefix=/usr/local/php4.module \
--with-config-file-path=/usr/local/apache/conf \
--with-apache=../apache_1.3.17 \
--enable-ftp \
--with-zlib \
--enable-bcmath \
--enable-calendar \
--with-jpeg-dir=/usr/lib \
--with-tiff-dir=/usr/lib \
-with-oci8=/u01/oracle/product/8.1.6 \
-with-mhash=/usr/local/mhash \
-with-mcrypt=/usr/local/mcrypt \
-with-dom=/usr/local/libxml2 \
-with-sablot=/usr/local/Sablot \
-with-curl \
-enable-wddx \
-enable-memory-limit \
-with-mm=/usr/local/mm \
-enable-debug=no \
|