Re: [PHP-DEV] Exception segfault

2008-08-14 Thread Lupus Michaelis
Marcus Boerger a écrit : Thanks for letting us know. Can you provide the diff using 'cvs di -uwp'. I'll do it in the future. Sorry for the inconvenient, I didn't found what you're waiting for. So, I did a simple diff :) Thanks to you and Felipe. -- Mickaël Wolff aka Lupus Michaelis htt

Re: [PHP-DEV] Exception segfault

2008-08-14 Thread Felipe Pena
Em Qui, 2008-08-14 às 21:18 +0200, Marcus Boerger escreveu: > Hello Marcus, > > Thursday, August 14, 2008, 9:17:34 PM, you wrote: > > > Hello Lupus, > > > Thursday, August 14, 2008, 8:42:23 PM, you wrote: > > >>Hi, > > >>At first time, it was a bug in the useful xdebug, and I follow it

Re: [PHP-DEV] Exception segfault

2008-08-14 Thread Marcus Boerger
Hello Marcus, Thursday, August 14, 2008, 9:17:34 PM, you wrote: > Hello Lupus, > Thursday, August 14, 2008, 8:42:23 PM, you wrote: >>Hi, >>At first time, it was a bug in the useful xdebug, and I follow it to >> the PHP code . >

Re: [PHP-DEV] Exception segfault

2008-08-14 Thread Marcus Boerger
Hello Lupus, Thursday, August 14, 2008, 8:42:23 PM, you wrote: >Hi, >At first time, it was a bug in the useful xdebug, and I follow it to > the PHP code . >When exception::$message, exception::$line are not of the initial >

[PHP-DEV] Exception segfault

2008-08-14 Thread Lupus Michaelis
Hi, At first time, it was a bug in the useful xdebug, and I follow it to the PHP code . When exception::$message, exception::$line are not of the initial type, it segfaults (for strings) or display non-predictible data. The next