Comment 2 for bug 198246

Revision history for this message
marmida (michael-frood) wrote :

Sorry, it's hard to see the expected results in that blob of text above. It's this portion:

[marmida@138210-web1 ~]$ php -r "class TestException extends Exception {}; throw new TestException('hello');"
PHP Fatal error: Uncaught exception 'TestException' with message 'hello' in Command line code:1
Stack trace:
#0 {main}
  thrown in Command line code on line 1
[marmida@138210-web1 ~]$

The only real difference is the "zend_mm_heap corrupted." I've not checked to see if this kills PHP code that's supposed to execute on exit, like class destructors and shutdown functions. Would you like me to check those things out?