PHP 8 modifications
modifications to avoid "Deprecated" warnings in sql_connect function
This commit is contained in:
parent
ec115471e4
commit
a4e0721c6b
1 changed files with 7 additions and 2 deletions
|
@ -32,7 +32,12 @@ class sql_db
|
|||
var $rowset = array();
|
||||
var $row_index;
|
||||
var $num_queries = 0;
|
||||
|
||||
/* 2023-12-20 modifications to avoid "Deprecated" warnings in sql_connect function*/
|
||||
var $user;
|
||||
var $persistency;
|
||||
var $dbname;
|
||||
var $server;
|
||||
/*2023-12-20 end */
|
||||
//
|
||||
// Constructor
|
||||
//
|
||||
|
@ -414,4 +419,4 @@ class sql_db
|
|||
|
||||
} // if ... define
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue