php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #52000 Exception thrown in autload handler does not prevents other handlers from execu
Submitted: 2010-06-05 15:51 UTC Modified: 2013-02-18 00:34 UTC
From: starach at gmail dot com Assigned:
Status: No Feedback Package: SPL related
PHP Version: 5.3.2 OS: Windows XP SP3
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2010-06-05 15:51 UTC] 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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-06-05 15:59 UTC] felipe@php.net
-Status: Open +Status: Feedback
 [2010-06-05 15:59 UTC] felipe@php.net
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.


 [2012-05-16 03:14 UTC] reeze dot xia at gmail dot com
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
 [2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC