"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "mrbs-1.9.4/web/lib/MRBS/DB.php" between
mrbs-1.9.4.tar.gz and mrbs-1.10.0.tar.gz

About: MRBS is a web application for booking meeting rooms or other resources (using PHP and MySQL/pgsql).

DB.php  (mrbs-1.9.4):DB.php  (mrbs-1.10.0)
<?php <?php
namespace MRBS; namespace MRBS;
use PDO; use PDO;
use PDOException; use PDOException;
abstract class DB abstract class DB
{ {
const DB_SCHEMA_VERSION = 81; const DB_SCHEMA_VERSION = 82;
const DB_SCHEMA_VERSION_LOCAL = 1; const DB_SCHEMA_VERSION_LOCAL = 1;
const DB_DEFAULT_PORT = null; const DB_DEFAULT_PORT = null;
const DB_DBO_DRIVER = null; const DB_DBO_DRIVER = null;
const DB_CHARSET = 'UTF8'; const DB_CHARSET = 'UTF8';
protected $dbh = null; protected $dbh = null;
protected $mutex_lock_name; protected $mutex_lock_name;
abstract public function __construct($db_host, $db_username, $db_password, abstract public function __construct($db_host, $db_username, $db_password,
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)