lang/php4-cli: --enable-memory-limit in CONFIGURE_ARGS?

Alex Kiesel alex at kiesel.name
Thu Mar 3 00:08:19 PST 2005


On Thu, 2005-03-03 at 08:40 +0100, Roman Neuhauser wrote:
> Hello,
> 
> can the lang/php4 port be modified so that the cli version of php is
> configured without --enable-memory-limit in CONFIGURE_ARGS? It only
> makes sense in the apache/cgi SAPIs, and is quite strange in a command
> line tool (twice so with the default limit of 8MB).
> 
> A workaround is to set the limit in php-cli.ini to a very high number,
> but there's still a (small) performance impact.

You can set it to 0 to have no restriction at all (except real memory).
Performance impact, of course, remains.

-Alex



More information about the freebsd-ports mailing list