[PHP-DEV] PHP 5.0 crash on long php script with over 1000 lines

2004-07-09 Thread Gunnar von Boehn
Hi, I have a very special PHP problem. I use Apache(1.3.31) and PHP 5.0.0rc3 on MorphOS. Normally this PHP and Apache build runs fine. I noticed that all long scripts (over 1000 lines) will kill the Apache/PHP build. I verified this with a very simple test script "; $i++ print "$i"; ...[1000 more

Re: [PHP-DEV] PHP 5.0 crash on long php script with over 1000 lines

2004-07-10 Thread Derick Rethans
On Fri, 9 Jul 2004, Gunnar von Boehn wrote: > Hi, > > I have a very special PHP problem. > > I use Apache(1.3.31) and PHP 5.0.0rc3 on MorphOS. Please file a bugreport. Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.0 crash on long php script with over 1000 lines

2004-07-10 Thread Wez Furlong
I wonder if it was related to the greedy read problem that was fixed a little earlier today. Please try a snapshot (it might be best to wait for the next snap). --Wez. On Sat, 10 Jul 2004 14:36:31 +0200 (CEST), Derick Rethans <[EMAIL PROTECTED]> wrote: > On Fri, 9 Jul 2004, Gunnar von Boehn wrote

Re: [PHP-DEV] PHP 5.0 crash on long php script with over 1000 lines

2004-07-10 Thread Gunnar von Boehn
Hi, Please file a bugreport. Good idea :) I just wrote a bugreport. If anyone has an idea why PHP crashes so early on MorphOS and how this could be fixed , then i'll be very thankful. Cheers Gunnar -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/uns

Re: [PHP-DEV] PHP 5.0 crash on long php script with over 1000 lines

2004-07-10 Thread Timm Friebe
On Fri, 2004-07-09 at 19:04, Gunnar von Boehn wrote: > Hi, > [...] > I noticed that all long scripts (over 1000 lines) will kill the > Apache/PHP build. Sounds like http://bugs.php.net/bug.php?id=28064 to me. - Timm -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] PHP 5.0 crash on long php script with over 1000 lines

2004-07-11 Thread Zeev Suraski
Gunnar, Did you try the latest CVS after Wez wrote his reply? Zeev At 16:52 10/07/2004, Gunnar von Boehn wrote: Hi, Please file a bugreport. Good idea :) I just wrote a bugreport. If anyone has an idea why PHP crashes so early on MorphOS and how this could be fixed , then i'll be very thankful. Che

Re: [PHP-DEV] PHP 5.0 crash on long php script with over 1000 lines

2004-07-11 Thread Gunnar von Boehn
Hi Zeev, No, I did not try the latest CVS yet. Actually I'm using a MorphOS PHP build which was made by a friend of mine. As you point out that the current CVS might fix this problem, we will try it out on MorphOS. I'll report back to you. (Hopefully success :-) ) Kind regards Gunnar On Jul 11,

Re: [PHP-DEV] PHP 5.0 crash on long php script with over 1000 lines

2004-07-13 Thread Gunnar von Boehn
Hello Zeev, The compination of the new CVS PHP version and increasing the Stack for MOS works nice here. Everything runs fast and smoth. Many thanks Gunnar On Jul 11, 2004, at 10:32 AM, Zeev Suraski wrote: Gunnar, Did you try the latest CVS after Wez wrote his reply? Zeev At 16:52 10/07/2004, Gunna