Edit report at https://bugs.php.net/bug.php?id=52000&edit=1
ID: 52000
Comment by: reeze dot xia at gmail dot com
Reported by: starach at gmail dot com
Summary: Exception thrown in autload handler does not
prevents other handlers from execu
Status: Feedback
Type: Feature/Change Request
Package: SPL related
Operating System: Windows XP SP3
PHP Version: 5.3.2
Block user comment: N
Private report: N
New Comment:
Hi, starach:
This is not a bug, but a FEATURE :), it was intentional, please see:
http://svn.php.net/viewvc?view=revision&revision=262515.
thanks
Previous Comments:
------------------------------------------------------------------------
[2010-06-05 15:59:13] [email protected]
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves.
A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external
resources such as databases, etc. If the script requires a
database to demonstrate the issue, please make sure it creates
all necessary tables, stored procedures etc.
Please avoid embedding huge scripts into the report.
------------------------------------------------------------------------
[2010-06-05 15:51:34] starach at gmail dot com
Description:
------------
If there are two class loaders registered second one will be executed even if
we
throw exception in first one.
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=52000&edit=1