Re: [PHP-DEV] posix_setrlimit (patch attached)

2004-08-24 Thread Marcin GibuĊ‚a
> I browser through it and it seems you put it in the HAVE_GETRLIMIT > define, you might want to add a new config/m4 check for it and use > HAVE_SETRLIMIT around it. Conceptually I see no reason why we should not > add it. Here is updated patch. -- mg Index: config.m4 ===

Re: [PHP-DEV] posix_setrlimit (patch attached)

2004-08-24 Thread Derick Rethans
On Tue, 24 Aug 2004, Marcin [iso-8859-2] Gibu?a wrote: > Hi, > this patch adds posix_setrlimit function (in posix extension), which can be > useful in standalone apps to lower your resources limits (for example cpu > limit). > > Example usage is: > $a = array('cpu' => array('1', '3')); > posix_se