php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26630 Crashes whenerver class_exists is called in __autoload
Submitted: 2003-12-15 06:06 UTC Modified: 2003-12-15 09:20 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: rohit_lodha at yahoo dot com Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 5.0.0b2 (beta2) OS: Windows 2000 adv server
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: rohit_lodha at yahoo dot com
New email:
PHP Version: OS:

 

 [2003-12-15 06:06 UTC] rohit_lodha at yahoo dot com
Description:
------------
crashes when following code is executed

Reproduce code:
---------------
function __autoload($className) {
if(!class_exists($classname)){
   ClassLoader::loadClass($className);
   }
}

Actual result:
--------------
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-15 09:21 UTC] sniper@php.net
Does not crash with latest CVS.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 20:01:29 2024 UTC