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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Thu Apr 25 21:01:36 2024 UTC