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