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 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 module crash on that's line (zend.c;550):
> longjmp(EG(bailout), FAILURE);
> 
> 
> btw, that crash appears on that minimal script:
> ------------------------------------------------
> <script language="ActivePHP">
>  exit;
> </script>
> -------------------------------------------------
> 
> thnks moshe
> 
> 
> 
> 
> 
> 
> 
> -- 
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php

-- 
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
Did I help you?    http://guru.josefine.at/wish_en
Konnte ich helfen? http://guru.josefine.at/wish_de
"uhmm.. the dates in the bug db.. aren't they printed a bit wrong, i mean, did
i miss when we changed to 53 days/month ( +2002-02-53) ? =P - N0v3ll

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to