ID: 26630
Updated by: [EMAIL PROTECTED]
Reported By: rohit_lodha at yahoo dot com
-Status: Open
+Status: Closed
Bug Type: Reproducible crash
Operating System: Windows 2000 adv server
PHP Version: 5.0.0b2 (beta2)
New Comment:
Does not crash with latest CVS.
Previous Comments:
------------------------------------------------------------------------
[2003-12-15 06:06:31] 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:
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=26630&edit=1