From:             [EMAIL PROTECTED]
Operating system: 
PHP version:      5.3CVS-2008-03-23 (CVS)
PHP Bug Type:     SPL related
Bug description:  missing exception check in spl_filesystem_dir_open

Description:
------------
because spl_filesystem_dir_open sets error handling to EH_THROW, it should
return if an exception has been thrown, but after the opendir() call right
at the front, no check is made on EG(exception) and so it is possible to
throw 2 exceptions, which results in nothing being printed due to
zend_bailout().


-- 
Edit bug report at http://bugs.php.net/?id=44511&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=44511&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=44511&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=44511&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=44511&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=44511&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=44511&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=44511&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=44511&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=44511&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=44511&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=44511&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=44511&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=44511&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=44511&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=44511&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=44511&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=44511&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=44511&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=44511&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=44511&r=mysqlcfg

Reply via email to