ID: 17187 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Class/Object related Operating System: Linux php.ebolamonkeys.net 2.2.1 PHP Version: 4.1.2 New Comment:
Sorry, but the bug system is not the appropriate forum for asking support questions. Your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php Thank you for your interest in PHP. this is most likely an include issue, try to improve your logic or use include_once or require_once respectively. Previous Comments: ------------------------------------------------------------------------ [2002-05-13 14:23:59] [EMAIL PROTECTED] When I try to declare class "User" I get: Fatal error: Cannot redeclare class user in <file-name> on line 4 I didn't find that "user" or "User" is reserved word? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=17187&edit=1