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 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: 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

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: Fri Apr 19 20:01:29 2024 UTC