php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27094 apache bug when naming a class Reviews
Submitted: 2004-01-30 02:40 UTC Modified: 2004-02-04 19:17 UTC
From: filipnetzler at hotmail dot com Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 5.0.0b3 (beta3) OS: Windows XP PRO
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2004-01-30 02:40 UTC] 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).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-01-30 12:29 UTC] sniper@php.net
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-02-04 19:17 UTC] sniper@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 10:01:30 2024 UTC