php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1837 Scripting Engine problem
Submitted: 1999-07-22 16:08 UTC Modified: 1999-07-22 16:20 UTC
From: ac at eserv dot ru Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 1 OS: Windows NT4 and 2000
Private report: No CVE-ID: None
 [1999-07-22 16:08 UTC] ac at eserv dot ru
class DB_MZ extends DB_Sql {
  var $Host     = $DBhost;            ## this is line 4
  var $Database = $DBdatabase;
  var $User     = $DBuser;
  var $Password = $DBpassword;
  var $Auto_free = 1;
}

Parse error: parse error in c:/eserv2/wwwroot/shop/inc/local.inc on line 4

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-22 16:10 UTC] jim at cvs dot php dot net
This is the first item at http://www.php.net/version4/incompatibilities.php

 [1999-07-22 16:20 UTC] ac at eserv dot ru
Thank you!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 09:01:29 2024 UTC