Re: [PHP-DEV] zend_bailout() crash.

2002-06-19 Thread Markus Fischer
On Wed, Jun 19, 2002 at 10:41:04AM +0200, moshe doron wrote : > "Markus Fischer" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Is there somewhere a zend_try { } zend_try_catch statement > > around the execution loop ? It is needed, maybe it's miss

Re: [PHP-DEV] zend_bailout() crash.

2002-06-19 Thread moshe doron
"Markus Fischer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is there somewhere a zend_try { } zend_try_catch statement > around the execution loop ? It is needed, maybe it's missing? there is no one. could u commit the needed change (i don't realy

Re: [PHP-DEV] zend_bailout() crash.

2002-06-18 Thread Markus Fischer
Is there somewhere a zend_try { } zend_try_catch statement around the execution loop ? It is needed, maybe it's missing? - Markus On Tue, Jun 18, 2002 at 08:34:48PM +0200, moshe doron wrote : > coz Wez 2 busy i'm tring to debug ActivePHP myself but i'have no actual > experience debu

[PHP-DEV] zend_bailout() crash.

2002-06-18 Thread moshe doron
coz Wez 2 busy i'm tring to debug ActivePHP myself but i'have no actual experience debuging php so i need some help. can some1 tell me if running into zend_bailout()? on the main extuce loop: switch(EX(opline)->opcode){ case ZEND_EXIT: have to indicating me that something got wrong? the mo