Re: [PHP-DEV] [PATCH] tidylib behaviour changed

2004-07-05 Thread Nuno Lopes
Hi Steph! > Those methods work fine. The code's incorrect in your example; you were > echoing the original string. Can you explain me how? :) When I was writing the docs I couldn't work with them But IHMO they should be removed or made static. But this patch must be applied because of the be

Re: [PHP-DEV] Memory manager

2004-07-05 Thread Rasmus Lerdorf
It's not really Y's port. We just helped it along a bit. Doug Rabson is the person you are looking for. See http://www.rabson.org/ -Rasmus On Mon, 5 Jul 2004, George Schlossnagle wrote: > I think sterling's looking for an OS X port. How is y!'s (inf)famous > freebsd port of valgrind coming a

Re: [PHP-DEV] Memory manager

2004-07-05 Thread George Schlossnagle
I think sterling's looking for an OS X port. How is y!'s (inf)famous freebsd port of valgrind coming along? Rasmus Lerdorf wrote: http://ozlabs.org/~paulus/valgrind-2.1.0-ppc.tar.bz2 On Mon, 5 Jul 2004, Sterling Hughes wrote: yes!!! i currently don't have a 32 bit linux box available to me (i

Re: [PHP-DEV] Memory manager

2004-07-05 Thread Christian Stocker
Hi > Is this with ZEND_MM or without? Sorry about my ignorance, but I don't know ;) standard ./configure (with some extensions) on OS X ... chregu On 5.7.2004 19:48 Uhr, Andi Gutmans wrote: Andi At 07:17 PM 7/5/2004 +0200, Christian Stocker wrote: On 5.7.2004 19:08 Uhr, Andi Gutmans wrote: Hi, Alt

Re: [PHP-DEV] Memory manager

2004-07-05 Thread Marcus Boerger
Hello Rasmus, Monday, July 5, 2004, 8:13:12 PM, you wrote: > I'd like to see a few people who know their way around Valgrind give this > thing a workout before any release. I am planning on doing that as well > this week, but the more codepaths tested, the better. i thought my valgrind was bork

Re: [PHP-DEV] buildconfig on mac

2004-07-05 Thread Hartmut Holzgraefe
Chris Griffin wrote: I'm trying to develop a PHP extension on the mac. I am getting the following error when using buildconfig awk: syntax error in regular expression ^(\* *)) at Any ideas how to fix this. not yet, but as i now finally own a mac i will give it a try There were some other error

Re: [PHP-DEV] Memory manager

2004-07-05 Thread Rasmus Lerdorf
http://ozlabs.org/~paulus/valgrind-2.1.0-ppc.tar.bz2 On Mon, 5 Jul 2004, Sterling Hughes wrote: > yes!!! > > i currently don't have a 32 bit linux box available to me (i'm remote > in ca for all of august), however, if someone gives me shell on one, > i'll bang around on it with valgrind. > > -st

Re: [PHP-DEV] Memory manager

2004-07-05 Thread Sterling Hughes
yes!!! i currently don't have a 32 bit linux box available to me (i'm remote in ca for all of august), however, if someone gives me shell on one, i'll bang around on it with valgrind. -sterling On Mon, 5 Jul 2004 11:13:12 -0700 (Pacific Standard Time), Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: >

[PHP-DEV] buildconfig on mac

2004-07-05 Thread Chris Griffin
I'm trying to develop a PHP extension on the mac. I am getting the following error when using buildconfig awk: syntax error in regular expression ^(\]* *)) at Any ideas how to fix this. There were some other errors but I have fixed those. This error seems to be coming from the call to gobble

Re: [PHP-DEV] Memory manager

2004-07-05 Thread Andi Gutmans
Yep, definitely. At 11:13 AM 7/5/2004 -0700, Rasmus Lerdorf wrote: I'd like to see a few people who know their way around Valgrind give this thing a workout before any release. I am planning on doing that as well this week, but the more codepaths tested, the better. -Rasmus On Mon, 5 Jul 2004, And

Re: [PHP-DEV] Memory manager

2004-07-05 Thread Rasmus Lerdorf
I'd like to see a few people who know their way around Valgrind give this thing a workout before any release. I am planning on doing that as well this week, but the more codepaths tested, the better. -Rasmus On Mon, 5 Jul 2004, Andi Gutmans wrote: > Hi, > > Although I'm pretty sure I fixed the

Re: [PHP-DEV] Memory manager

2004-07-05 Thread Andi Gutmans
Is this with ZEND_MM or without? Andi At 07:17 PM 7/5/2004 +0200, Christian Stocker wrote: On 5.7.2004 19:08 Uhr, Andi Gutmans wrote: Hi, Although I'm pretty sure I fixed the problem of the memory manager (in zend_alloc.c), I agree with Sterling that it's probably best to disable it for 5.0.0. I

Re: [PHP-DEV] Memory manager

2004-07-05 Thread Christian Stocker
On 5.7.2004 19:08 Uhr, Andi Gutmans wrote: Hi, Although I'm pretty sure I fixed the problem of the memory manager (in zend_alloc.c), I agree with Sterling that it's probably best to disable it for 5.0.0. I don't think that my fix will get enough testing until then for me to feel comfortable wit

[PHP-DEV] Memory manager

2004-07-05 Thread Andi Gutmans
Hi, Although I'm pretty sure I fixed the problem of the memory manager (in zend_alloc.c), I agree with Sterling that it's probably best to disable it for 5.0.0. I don't think that my fix will get enough testing until then for me to feel comfortable with including it. As I'd like to roll 5.0.0 by

Re: [PHP-DEV] CVS Account Request: pqf

2004-07-05 Thread Qingfeng Pan
There are some advantages... a) mod_fastcgi talk to PHP process with TCP socket, but this module use UNIX domain socket(or named pipe on Win32) instead. PHP with TCP socket will make Fastcgi-PHP not workable on Win32 (bug #27515 php -b still not working). With the new module, -b options is *NOT* n

Re: [PHP-DEV] [PHP-CLI] Accessing Input Lines from Functions Utilizing "-F"

2004-07-05 Thread Jan Lehnardt
Hi, On 26 Jun 2004, at 17:55, Larry Adams wrote: So I am running PHP in interactive mode utilizing the PROCESS command line option -F. I type the following command: Try $GLOBALS['argn']. Jan -- GPG Key: BB96 56B0 Q: Thank Jan? - A: http://geschenke.an.dasmoped.net/ -- PHP Internals - PHP Runtime

RE: [PHP-DEV] [PATCH] tidylib behaviour changed

2004-07-05 Thread Steph
Those methods work fine. The code's incorrect in your example; you were echoing the original string. > -Original Message- > From: Nuno Lopes [mailto:[EMAIL PROTECTED] > Sent: 05 July 2004 10:48 > To: PHPdev > Subject: [PHP-DEV] [PATCH] tidylib behaviour changed > > > Hi, > > Finally today

Re: [PHP-DEV] CVS Account Request: pqf

2004-07-05 Thread Wez Furlong
We already have a fastcgi module... why do we need another apache2 specific thing? --Wez. On 5 Jul 2004 05:43:47 -, Qingfeng Pan <[EMAIL PROTECTED]> wrote: > add an Apache2 fastcgi module for PHP(fastcgi.coremail.cn), I hope it will be > released with PHP 5.1 branch > > -- > PHP Internals -

[PHP-DEV] [PATCH] tidylib behaviour changed

2004-07-05 Thread Nuno Lopes
Hi, Finally today, the tidy team has corrected a bug in tidyLoadConfig. Attached is a patch that fixes PHP for the new behaviour (which is backward compatible with older libs) and I've also removed the repairString() and repairFile() methods (see why in my previous e-mail). Regards, Nuno -

Re: [PHP-DEV] Mem leak fix

2004-07-05 Thread Alex Pagnoni
Alle 02:20, sabato 3 luglio 2004, Andi Gutmans ha scritto: > 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? Resolved *huge* memory leaks for me, so it seems ok now. Thanks. -- Alex Pagnoni Presidente e amministratore de

Re: [PHP-DEV] issue in copying the hash table(Reposted third time)

2004-07-05 Thread Kamesh Jayachandran
Did I make the problem statement clear?. With regards Kamesh Jayachandran On Mon, 28 Jun 2004 22:57:38 -0700, "Kamesh Jayachandran" <[EMAIL PROTECTED]> said: > Hi Andi, > In Zend/zend.c > function name is compiler_globals_ctor > This function is defined inside the #ifdef ZTS macro > Line of concer