On Mon, 2003-12-22 at 13:38, Andrew Johnstone wrote:
> PHP 5.0 Beta 3 rc 1
> 
> new Reflection_Method('','') causes apache2 on windows to crash

Works fine w/ cli:

$ ./sapi/cli/php -r 'var_dump(new Reflection_Method("", ""));'

Fatal error: Uncaught exception 'reflection_exception' with message
'Class  does not exist' in Command line code:1
Stack trace:
#0 {main}
  thrown in Command line code on line 1

Could it be that the crash has to do with uncaught exceptions somehow?
Could you please check if:

<?php
  throw(new Exception('Test'));
?>

causes the same problem?

- Timm

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

Reply via email to