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
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: filipnetzler at hotmail dot com
New email:
PHP Version: OS:

 

 [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: Wed May 15 00:01:35 2024 UTC