[PHP-DEV] address out of bounds error: PHP5

2005-01-21 Thread shruti
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

Re: [PHP-DEV] segfault in stream_socket_accept (fixed before 5.0.4?)

2005-01-21 Thread Wez Furlong
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

[PHP-DEV] [suspicious - maybe spam] RE: [PHP-DEV] segfault in stream_socket_accept (fixed before5.0.4?)

2005-01-21 Thread Dmitry Stogov
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]

Re: [PHP-DEV] segfault in stream_socket_accept (fixed before5.0.4?)

2005-01-21 Thread Ron Korving
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

Re: [PHP-DEV] segfault in stream_socket_accept (fixed before5.0.4?)

2005-01-21 Thread Derick Rethans
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

Re: [PHP-DEV] segfault in stream_socket_accept (fixed before5.0.4?)

2005-01-21 Thread Ron Korving
"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

Re: [PHP-DEV] segfault in stream_socket_accept (fixed before 5.0.4?)

2005-01-21 Thread Antony Dovgal
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

[PHP-DEV] segfault in stream_socket_accept (fixed before 5.0.4?)

2005-01-21 Thread Ron Korving
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