Re: [PHP-DEV] Bug when throwing an Exception in a constructor

2008-03-03 Thread Felipe Pena
Em Seg, 2008-03-03 às 22:51 -0300, Felipe Pena escreveu: > Hello. > > > Index: Zend/zend_exceptions.c > === > RCS file: /repository/ZendEngine2/zend_exceptions.c,v > retrieving revision 1.79.2.6.2.9.2.4 > diff -u -p -r1.79.2.6.2.9.2.

Re: [PHP-DEV] Bug when throwing an Exception in a constructor

2008-03-03 Thread Felipe Pena
Hello. Index: Zend/zend_exceptions.c === RCS file: /repository/ZendEngine2/zend_exceptions.c,v retrieving revision 1.79.2.6.2.9.2.4 diff -u -p -r1.79.2.6.2.9.2.4 zend_exceptions.c --- Zend/zend_exceptions.c 21 Jan 2008 19:39:55

[PHP-DEV] Bug when throwing an Exception in a constructor

2008-03-03 Thread Arnold Daniels
Hi, I'm running into a bug when throwing an Exception in a constructor. I sometimes get the message "Exception thrown without a stack frame in Unknown on line 0" and sometimes a message like seen below. Unfortunately I'm not a create a simple example which causes the same exception, so repor