Re: [PHP-DEV] 'make install' fails when --enable-memory-limit is present

2004-07-03 Thread Gareth Ardron
On Sat, 2004-07-03 at 12:13, Derick Rethans wrote: > > > > My suggestion - add -dmemory_limit=32M to PEAR_INSTALL_FLAGS (16M solves > > > > the problem on my Linux box, but I think we should go higher to be on the > > > > safe side). > > >We prolly should highen the limit to a default 16M too for

[PHP-DEV] Ignore

2004-07-03 Thread Fabrice Vignals
Ignore

Re: [PHP-DEV] Fw: [PHP-DOC] #28994 [Opn]: pg_field_prtlen takes int instead of string as third argument

2004-07-03 Thread Cris H
--- Nuno Lopes <[EMAIL PROTECTED]> wrote: > Can anybody take a look into this, please? > >From having a look in the source, and more pain with pgsql than anyone should be subjected to, I think what's happening is a cross-confusion of two issues. You're right in that if you call it with three par

Re: [PHP-DEV] Mem leak fix

2004-07-03 Thread Nuno Lopes
Hello Andi, Since some time ago (I don't remember when), my Apache 2 started crashing when I stop or restart it. I'm using PHP 5 has an apache module and Windows. If I disable the module, apache behaves correctly. The message I get from windows is 'memory could not be "read"'. I know this info is

Re: [PHP-DEV] 'make install' fails when --enable-memory-limit is present

2004-07-03 Thread Derick Rethans
On Wed, 23 Jun 2004, Zeev Suraski wrote: > > > My suggestion - add -dmemory_limit=32M to PEAR_INSTALL_FLAGS (16M solves > > > the problem on my Linux box, but I think we should go higher to be on the > > > safe side). > > > >We prolly should highen the limit to a default 16M too for PHP 5. > > Why

RE: [PHP-DEV] Re: keyword arguments?

2004-07-03 Thread Derick Rethans
On Fri, 25 Jun 2004, Daniel Crookston wrote: > I was actually asking which part of the PHP code I'd want to modify. I > haven't been able to find an overview of what all the different files are > for - possibly I'm just not looking in the right place. Does such an > overview exist that I could r

[PHP-DEV] Fw: [PHP-DOC] #28994 [Opn]: pg_field_prtlen takes int instead of string as third argument

2004-07-03 Thread Nuno Lopes
Can anybody take a look into this, please? Thanks, Nuno > ID: 28994 > User updated by: bas at vanklinkenbergsoftware dot nl > Reported By: bas at vanklinkenbergsoftware dot nl > Status: Open > Bug Type: Documentation problem > Operating System: N/A >

Re: [PHP-DEV] [PATCH] destructors called after module shutdown

2004-07-03 Thread Marcus Boerger
Hello Florian, hello Andi to me this is the way to go. At least the order of shutdown pieces is correct with this patch but maybe Andi has a better idea? regards marcus Friday, July 2, 2004, 11:51:44 PM, you wrote: > Currently object's destructors are called in the zend_deactivate function in