Bug #26665

php.internals

Brian Moon

22 years ago
Can one of the core guys have a look at http://bugs.php.net/bug.php?id=26665. This is an easily reproducable error for me. We have worked around it for now, but I am a little uneasy that it is out there. Thanks,
-- Brian Moon, dealnews.com, Inc. dealnews.com News on computer hardware bargains dealmac.com The latest Mac bargains Comparison shop @ dealram.com dealcam.com dealink.com

Derick Rethans

22 years ago
On Thu, 12 Feb 2004, Brian Moon wrote:
> Can one of the core guys have a look at > http://bugs.php.net/bug.php?id=26665. This is an easily reproducable > error for me. We have worked around it for now, but I am a little > uneasy that it is out there.
That one is set to Won't fix due to limitations in PHP 4 and it's fixed in PHP 5. regards, Derick

Brian Moon

22 years ago
> That one is set to Won't fix due to limitations in PHP 4 and it's fixed > in PHP 5.
Hmmm, then why can I use multiple files to create the array? PHP only crashes if I use a single file to create the array.
-- Brian Moon, dealnews.com, Inc. dealnews.com News on computer hardware bargains dealmac.com The latest Mac bargains Comparison shop @ dealram.com dealcam.com dealink.com

George Schlossnagle

22 years ago
On Feb 12, 2004, at 4:10 PM, Brian Moon wrote:
>> That one is set to Won't fix due to limitations in PHP 4 and it's >> fixed >> in PHP 5. > > Hmmm, then why can I use multiple files to create the array? PHP only > crashes if I use a single file to create the array.
Without looking too deeply it looks like a stack smash due to the way temporary variables are allocated from stack memory. Different execution scope == different stack, so if my hunch is correct that would be why. George

Brian Moon

22 years ago
> That one is set to Won't fix due to limitations in PHP 4 and it's fixed > in PHP 5.
I apologize for not seeing this bug as Won't Fix already. I am not getting my brianlmoon@php.net email for some reason. Who do I need to contact about that address? I thought it was odd I did not get any updates on the bug. I thought it was being ignored.
-- Brian Moon, dealnews.com, Inc. dealnews.com News on computer hardware bargains dealmac.com The latest Mac bargains Comparison shop @ dealram.com dealcam.com dealink.com