Re: [PHP-DEV] Segmentation Fault when using interface

2004-07-09 Thread Jason Garber
Sorry, The actual bug is http://bugs.php.net/bug.php?id=29080 29081 is a duplicate -Jason At 7/9/2004 05:16 PM -0400, Jason Garber wrote: Bug #29081 Segmentation Fault when using Interface http://bugs.php.net/bug.php?id=29081 -Jason At 7/9/2004 01:30 PM +0200, you wrote: On Fri, 9 Jul 2004, Ja

Re: [PHP-DEV] Segmentation Fault when using interface

2004-07-09 Thread Jason Garber
Bug #29081 Segmentation Fault when using Interface http://bugs.php.net/bug.php?id=29081 -Jason At 7/9/2004 01:30 PM +0200, you wrote: On Fri, 9 Jul 2004, Jason Garber wrote: > Hello, > > I discovered this problem tonight while working on a new PHP 5 class that > uses an interface. The code ex

Re: [PHP-DEV] Segmentation Fault when using interface

2004-07-09 Thread Derick Rethans
On Fri, 9 Jul 2004, Jason Garber wrote: > Hello, > > I discovered this problem tonight while working on a new PHP 5 class that > uses an interface. The code example came from > http://www.zend.com/php5/articles/engine2-php5-changes.php#Heading5 Please also file this bug inthe bug system (bugs.ph

Re: [PHP-DEV] Segmentation Fault when using interface

2004-07-09 Thread Zeev Suraski
We'll look into it and let you know whether it's in PHP or in one of the extensions modules. Thanks for the report! Zeev At 10:50 09/07/2004, Jason Garber wrote: Hello, I discovered this problem tonight while working on a new PHP 5 class that uses an interface. The code example came from http:

[PHP-DEV] Segmentation Fault when using interface

2004-07-09 Thread Jason Garber
Hello, I discovered this problem tonight while working on a new PHP 5 class that uses an interface. The code example came from http://www.zend.com/php5/articles/engine2-php5-changes.php#Heading5 class MyException implements Throwable { public function getMessage() { echo "He