|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-30 12:29 UTC] sniper@php.net
[2004-02-04 19:17 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 08:00:01 2025 UTC |
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).