Re: [PHP-DEV] Mem leak fix

2004-07-04 Thread Derick Rethans
On Fri, 2 Jul 2004, Andi Gutmans wrote: > Hi, > > As Sterling and others have mentioned, PHP 5 HEAD was leaking badly. > I just commited a fix which I hope works. Can you please check it out and > let me know if there are any problems/crashes? I'll run it on ez1.php.net again. Derick -- PHP In

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

2004-07-04 Thread Derick Rethans
On Sat, 3 Jul 2004, Gareth Ardron wrote: > 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 pro

[PHP-DEV] CVS Account Request: pqf

2004-07-04 Thread Qingfeng Pan
add an Apache2 fastcgi module for PHP(fastcgi.coremail.cn), I hope it will be released with PHP 5.1 branch -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] HEAR OUR MESSAGES

2004-07-04 Thread Mr.EMEKA OKADIGBO,Jr. AND JUNIOR ONES
FROM Mr.EMEKA OKADIGBO, AND JUNIOR ONES FEDERAL CAPITAL TERRITORY, ABUJA. NIGERIA Email:[EMAIL PROTECTED] IT IS WITH DUE RESPECT AND HUMILITY WE SEND THIS MAIL TO YOU WHICH WE BELIEVE WILL BE OF GREAT INTEREST TO YOU AND IN VIEW OF THE FACT THAT YOU WILL BE OF A GREAT ASSISTANCE TO ME AND MY JUNI

[PHP-DEV] Probable Zend Engine/PHP issue on Win32

2004-07-04 Thread Vincent Graux
Hello, Althought I usually try to avoid putting my fingers in a C/C++ IDE, I'm trying to build a DLL on Win32 via porting the code (it's the php_bwcache.dll, if you want to know) I managed to get rid of all compile errors & warnings, but now I have linker errors that I feel are due to Zend Engi

Re: [PHP-DEV] tidy->repairString and repairFile

2004-07-04 Thread Andrey Hristov
Quoting Nuno Lopes <[EMAIL PROTECTED]>: > > Maybe John has to make this methods static and they will work just like > the > > functions. > > > > Regards, > > Andrey > > > Thats a good idea! But as we already have the non-OO function, I don't know > if it worth to create the static methods. > Nuno

Re: [PHP-DEV] tidy->repairString and repairFile

2004-07-04 Thread Nuno Lopes
> Maybe John has to make this methods static and they will work just like the > functions. > > Regards, > Andrey Thats a good idea! But as we already have the non-OO function, I don't know if it worth to create the static methods. Nuno -- PHP Internals - PHP Runtime Development Mailing List To

Re: [PHP-DEV] tidy->repairString and repairFile

2004-07-04 Thread Andrey Hristov
Nuno Lopes wrote: Hello, Today I was finishing writing the tidy docs and I've noted that the functions $tidy->repairString() and $tidy->repairFile() simply don't work! And I think these functions should be removed. I'll explain: non-OO way: OO way: repairString($html)); echo $html; ?> The non-OO w

[PHP-DEV] tidy->repairString and repairFile

2004-07-04 Thread Nuno Lopes
Hello, Today I was finishing writing the tidy docs and I've noted that the functions $tidy->repairString() and $tidy->repairFile() simply don't work! And I think these functions should be removed. I'll explain: non-OO way: OO way: repairString($html)); echo $html; ?> The non-OO way is very si

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

2004-07-04 Thread Nuno Lopes
Thanks Cris! I've fixed the manual. Nuno - Original Message - > 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 > paramete