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

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.




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

[2004-01-30 12:29:09] [EMAIL PROTECTED]

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



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

[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