ID:               27094
 Updated by:       [EMAIL PROTECTED]
 Reported By:      filipnetzler at hotmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Apache2 related
 Operating System: Windows XP PRO
 PHP Version:      5.0.0b3 (beta3)
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip




Previous Comments:
------------------------------------------------------------------------

[2004-01-30 02:40:29] filipnetzler at hotmail dot com

Description:
------------
Hi!

The apache server (2.048) crashes (you have to hit the refresh button
several times) when I use the class name Reviews!

If I change the name to Reviews_ it works fine.

I get no php parse error, Apache just crashes (a serious error occurs
and I get a "Do you want to ssend this error to Microsoft.." message.

Reproduce code:
---------------
// code calling the class

function reviews
{

    $reviews = new Reviews($this);
    return $reviews->reviews();

}



// the class itself

class Reviews
{
// method reviews() ...
}

Expected result:
----------------
works

Actual result:
--------------
apahce error (closes).


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=27094&edit=1

Reply via email to