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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ac at eserv dot ru
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 08:01:29 2025 UTC