--enable-versioning: never did it, never saw the need for it, highly suspect it
--disable-all: what is this, not listed at php.net either?
Those are the only two that I think look fishy. Compiled into apache,
or as a dynamic module?
-- Mitch
On Wed, 3 Nov 2004 21:01:33 -0400 (AST), Marc G. Fournier
<scrappy@postgresql.org> wrote:
> Here is how FreeBSD ports is building mod_php4 ... does anything look
> wrong with this?
>
> #!/bin/sh
> ./configure \
> --enable-versioning \
> --enable-memory-limit \
> --with-layout=GNU \
> --with-config-file-scan-dir=/usr/local/etc/php \
> --disable-all \
> --with-regex=php \
> --with-apxs=/usr/local/sbin/apxs \
> --prefix=/usr/local i386-portbld-freebsd4.10