ID:               35606
 Updated by:       [EMAIL PROTECTED]
 Reported By:      php-work at yandex dot ru
-Status:           Open
+Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: Windows
 PHP Version:      5CVS-2005-12-08 (CVS)
 New Comment:

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.





Previous Comments:
------------------------------------------------------------------------

[2005-12-08 20:28:45] php-work at yandex dot ru

Description:
------------
Many crashes instead of exceptions or errors


Reproduce code:
---------------
1. <?php new SplFileObject('_file_does_not_exists_', 'r'); ?>
2. <?php new mysqli('badhost', 'badlogin', 'badpassword'); ?>
3. <?php file_get_contents('http://php.net'); ?>

Expected result:
----------------
1. Fatal error
2. Fatal error
3. 

Actual result:
--------------
PHP Crashes


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1

Reply via email to