Hi ..
I needed some help with the following loop. All I am doing here is dividing the
record set into some fixed size chunks(25000 here) and then copyin the 25000
records from the whole records-set($hvulnrecords(SIZE: APPROX 20
RECS..which is an associative array) into another array $parts
I think I fixed this problem up to a month ago in HEAD.
--Wez.
On Fri, 21 Jan 2005 15:25:10 +0300, Antony Dovgal <[EMAIL PROTECTED]> wrote:
> On Fri, 21 Jan 2005 12:54:02 +0100
> "Ron Korving" <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > I know this isn't the proper channel for a bugreport, but
Hi Ron,
I think, I fixed this bug week or two ago.
Did you tested it with shapshot from http://snaps.php.net?
Thanks. Dmitry.
> -Original Message-
> From: Ron Korving [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 21, 2005 15:56
> To: internals@lists.php.net
> Subject: Re: [PHP-DEV]
Unfortunately right now I don't have the time to do this. I posted a
bugreport ( http://bugs.php.net/31633 ). Maybe I can try to add a backtrace
later.
Thank you,
Ron
"Derick Rethans" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
> On Fri, 21 Jan 2005, Ron Korving wrote:
>
> > Co
On Fri, 21 Jan 2005, Ron Korving wrote:
> Could you tell me how I can create a backtrace? (I use a precompiled PHP
> 5.0.3, so I'm not sure if I can do this with my software). I noticed there
> are backtrace php functions, but how can I call a function after php
> segfaults?
Read the instructions
"Antony Dovgal" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
> On Fri, 21 Jan 2005 12:54:02 +0100
> "Ron Korving" <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > I know this isn't the proper channel for a bugreport, but I think this
> > segfault will require a very simple fix and I ho
On Fri, 21 Jan 2005 12:54:02 +0100
"Ron Korving" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I know this isn't the proper channel for a bugreport, but I think this
> segfault will require a very simple fix and I hope this could be fixed
> before 5.0.4 is released (so I'm posting this because of the time
Hi,
I know this isn't the proper channel for a bugreport, but I think this
segfault will require a very simple fix and I hope this could be fixed
before 5.0.4 is released (so I'm posting this because of the time factor).
This code segfaults (PHP 5.0.3):
while this doesn't:
So the problem is