Subject | Re: [firebird-php] building minimal php with only firebird/interbase extension |
---|---|
Author | Milan Babuskov |
Post date | 2008-06-19T15:07:39Z |
marius popa wrote:
firebird/interbase ext. it would be better to remove --with-apxs2 and
use --enable-cli to build the command line version of PHP. I didn't
check 5.2.6, so I don't know which of those is enabled by default, but
disabling CGI and SAPI build would surely make it minimal.
--
Milan Babuskov
http://www.guacosoft.com
> tar -jxvf php-5.2.6.tar.bz2This still uses Apache headers. If you really want a minimal PHP for
> cd php-5.2.6/
>
> ./configure --disable-all --with-interbase --prefix=/tmp/foo
> --with-apxs2=/usr/bin/apxs
firebird/interbase ext. it would be better to remove --with-apxs2 and
use --enable-cli to build the command line version of PHP. I didn't
check 5.2.6, so I don't know which of those is enabled by default, but
disabling CGI and SAPI build would surely make it minimal.
--
Milan Babuskov
http://www.guacosoft.com