Re: [PHP-DEV] HEAD eats all memory (solved?)

2003-12-07 Thread Derick Rethans
On Mon, 1 Dec 2003, Rasmus Lerdorf wrote: > On Mon, 1 Dec 2003, Derick Rethans wrote: > > > On Mon, 1 Dec 2003, Rasmus Lerdorf wrote: > > > > > Derick, looking at the code it looks like we are checking for the a= case > > > and handling that correctly, but not the =a case. As in foo.com?a= vs > >

Re: [PHP-DEV] HEAD eats all memory

2003-12-02 Thread Antony Dovgal
On Tue, 2 Dec 2003 09:10:49 +0200 (EET) Jani Taskinen <[EMAIL PROTECTED]> wrote: > On Tue, 2 Dec 2003, Antony Dovgal wrote: > > >On Mon, 01 Dec 2003 19:51:59 +0100 > >Sebastian Bergmann <[EMAIL PROTECTED]> wrote: > > > >> Jani Taskinen wrote: > >> > Was there some script to go with this..? > >>

Re: [PHP-DEV] HEAD eats all memory (solved?)

2003-12-02 Thread Antony Dovgal
On Mon, 1 Dec 2003 20:12:38 +0100 (CET) Derick Rethans <[EMAIL PROTECTED]> wrote: > > Reverting your patch fixes the problem, cause the problem seems to be in header > > parsing routines. > > Again, the problem is definitely in this patch. > > Hmm, interesting. But I'll need to have abetter 'bug

Re: [PHP-DEV] HEAD eats all memory

2003-12-02 Thread Jani Taskinen
On Tue, 2 Dec 2003, Antony Dovgal wrote: >On Mon, 01 Dec 2003 19:51:59 +0100 >Sebastian Bergmann <[EMAIL PROTECTED]> wrote: > >> Jani Taskinen wrote: >> > Was there some script to go with this..? >> >> Maybe this is related to the problem with PHP's logos I posted earlier? > >I suppose no. >'ca

Re: [PHP-DEV] HEAD eats all memory

2003-12-02 Thread Antony Dovgal
On Mon, 01 Dec 2003 19:51:59 +0100 Sebastian Bergmann <[EMAIL PROTECTED]> wrote: > Jani Taskinen wrote: > > Was there some script to go with this..? > > Maybe this is related to the problem with PHP's logos I posted earlier? I suppose no. 'cause this problem appears with _any_ script. --- WBR

Re: [PHP-DEV] HEAD eats all memory

2003-12-02 Thread Antony Dovgal
On Mon, 1 Dec 2003 20:46:38 +0200 (EET) Jani Taskinen <[EMAIL PROTECTED]> wrote: > >It still tries to eat memory =( > > Was there some script to go with this..? or it doesn't matter, cause it seems to be happening on the stage of parsing ENV or SERVER variables. > >gcc-2.96 > > T

Re: [PHP-DEV] HEAD eats all memory (solved?)

2003-12-01 Thread Rasmus Lerdorf
On Mon, 1 Dec 2003, Derick Rethans wrote: > On Mon, 1 Dec 2003, Rasmus Lerdorf wrote: > > > Derick, looking at the code it looks like we are checking for the a= case > > and handling that correctly, but not the =a case. As in foo.com?a= vs > > foo.com?=a > > That is something I did not touch, b

Re: [PHP-DEV] HEAD eats all memory (solved?)

2003-12-01 Thread Derick Rethans
On Mon, 1 Dec 2003, Rasmus Lerdorf wrote: > Derick, looking at the code it looks like we are checking for the a= case > and handling that correctly, but not the =a case. As in foo.com?a= vs > foo.com?=a That is something I did not touch, but I found the problem which caused this...forgot to chan

Re: [PHP-DEV] HEAD eats all memory (solved?)

2003-12-01 Thread Rasmus Lerdorf
Derick, looking at the code it looks like we are checking for the a= case and handling that correctly, but not the =a case. As in foo.com?a= vs foo.com?=a Not sure if it is yours or my bug. Currently in India and the connection here is too damn slow to browse through cvs. -Rasmus On Mon, 1 De

Re: [PHP-DEV] HEAD eats all memory (solved?)

2003-12-01 Thread Derick Rethans
On Mon, 1 Dec 2003, Antony Dovgal wrote: > On Mon, 1 Dec 2003 18:21:33 +0100 > "John Huntjens" <[EMAIL PROTECTED]> wrote: > > > > Now trying on a second machine: > > > Linux 2.4.18 > > > gcc-3.3 > > > autoconf 2.57 > > > automake 1.7 > > > libtool 1.5 > > > Apache 2.0.48 > > > > On this machine bu

Re: [PHP-DEV] HEAD eats all memory

2003-12-01 Thread Sebastian Bergmann
Jani Taskinen wrote: > Eh? What logos? Current HEAD built as Debug_TS on Windows 2000: http://wopr/index.php?=PHPE9568F34-D428-11d2-A769-00AA001ACF42 Fatal error: Possible integer overflow in memory allocation (2 * -858993460 + 1) in Unknown on line 0 -- Sebastian Bergmann http:/

Re: [PHP-DEV] HEAD eats all memory

2003-12-01 Thread Jani Taskinen
On Mon, 1 Dec 2003, Sebastian Bergmann wrote: >Jani Taskinen wrote: >> Was there some script to go with this..? > > Maybe this is related to the problem with PHP's logos I posted earlier? Eh? What logos? (either I'm getting senile or I'm not getting some mails) --Jani -- PHP

Re: [PHP-DEV] HEAD eats all memory (solved?)

2003-12-01 Thread Jani Taskinen
Finally..if you had mentioned THIS in the first place, you wouldn't have wasted our time.. (didn't I ask for some reproducing procedure? I don't remember anymore :) --Jani On Mon, 1 Dec 2003, Antony Dovgal wrote: >On Mon, 1 Dec 2003 18:21:33 +0100 >"John Huntjens" <[EMA

Re: [PHP-DEV] HEAD eats all memory

2003-12-01 Thread Sebastian Bergmann
Jani Taskinen wrote: > Was there some script to go with this..? Maybe this is related to the problem with PHP's logos I posted earlier? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-

Re: [PHP-DEV] HEAD eats all memory

2003-12-01 Thread Jani Taskinen
On Mon, 1 Dec 2003, Antony Dovgal wrote: >On Mon, 1 Dec 2003 18:04:46 +0200 (EET) >Jani Taskinen <[EMAIL PROTECTED]> wrote: > >> >> Try with the snapshot from http://snaps.php.net > >no, php5-200312011430 didn't help (just ./configure; make). >I've tried this snapshot and current CVS-version

Re: [PHP-DEV] HEAD eats all memory (solved?)

2003-12-01 Thread Antony Dovgal
On Mon, 1 Dec 2003 18:21:33 +0100 "John Huntjens" <[EMAIL PROTECTED]> wrote: > > Now trying on a second machine: > > Linux 2.4.18 > > gcc-3.3 > > autoconf 2.57 > > automake 1.7 > > libtool 1.5 > > Apache 2.0.48 > > On this machine build is OK I've changed autoconf to 2.57 and automake to 1.7 - a

Re: [PHP-DEV] HEAD eats all memory

2003-12-01 Thread John Huntjens
> Now trying on a second machine: > Linux 2.4.18 > gcc-3.3 > autoconf 2.57 > automake 1.7 > libtool 1.5 > Apache 2.0.48 On this machine build is OK JOhn -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] HEAD eats all memory

2003-12-01 Thread John Huntjens
> no, php5-200312011430 didn't help (just ./configure; make). > I've tried this snapshot and current CVS-version on 2 linux-boxes with the same result. > It still tries to eat memory =( > > Second machine is: > Linux 2.4.18-5 > gcc-2.96 > autoconf 2.50 > automake 1.4-p5 > libtool 1.5 > Apache 1.3.2

Re: [PHP-DEV] HEAD eats all memory

2003-12-01 Thread Antony Dovgal
On Mon, 1 Dec 2003 18:04:46 +0200 (EET) Jani Taskinen <[EMAIL PROTECTED]> wrote: > > Try with the snapshot from http://snaps.php.net no, php5-200312011430 didn't help (just ./configure; make). I've tried this snapshot and current CVS-version on 2 linux-boxes with the same result. It still tr

Re: [PHP-DEV] HEAD eats all memory

2003-12-01 Thread Jani Taskinen
Try with the snapshot from http://snaps.php.net --Jani On Mon, 1 Dec 2003, Antony Dovgal wrote: >On Mon, 1 Dec 2003 17:40:09 +0200 (EET) >Jani Taskinen <[EMAIL PROTECTED]> wrote: > >> >> Works fine for me. >> > >I've already re-checked that about 10 times. > >2 minute

Re: [PHP-DEV] HEAD eats all memory

2003-12-01 Thread Antony Dovgal
On Mon, 1 Dec 2003 17:40:09 +0200 (EET) Jani Taskinen <[EMAIL PROTECTED]> wrote: > > Works fine for me. > I've already re-checked that about 10 times. 2 minutes ago I've repeated all the process from the very beginning: #cvs co php-src #./buildconf #./configure ...blah-blah (configure

Re: [PHP-DEV] HEAD eats all memory

2003-12-01 Thread Sebastian Bergmann
Jani Taskinen wrote: > Works fine for me. Works fine here, too. (Win32) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/ -- PHP Internals - PHP Runtime Development Mailin

Re: [PHP-DEV] HEAD eats all memory

2003-12-01 Thread Jani Taskinen
Works fine for me. --Jani On Mon, 1 Dec 2003, Antony Dovgal wrote: >Hi, all > >Current HEAD eats all memory and dies, trying to execute any script (phpinfo(); ?>, for example). Version of HEAD from 2003-11-29 and current >PHP_4_3 (both are built some minutes ago) work fine on t

[PHP-DEV] HEAD eats all memory

2003-12-01 Thread Antony Dovgal
Hi, all Current HEAD eats all memory and dies, trying to execute any script (, for example). Version of HEAD from 2003-11-29 and current PHP_4_3 (both are built some minutes ago) work fine on the same machine. My configuration: Linux 2.4.21 autoconf 2.57 automake 1.7 libtool 1.5 gcc 3.3 glibc