Skip to content

Commit

Permalink
Delete support MySQL (Original)
Browse files Browse the repository at this point in the history
This extension was deprecated in PHP 5.5.0, and it was removed in PHP
7.0.0.
  • Loading branch information
MioVisman committed May 22, 2018
1 parent 818149b commit 96cebbf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 783 deletions.
8 changes: 1 addition & 7 deletions include/dblayer/common_db.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,11 @@
switch ($db_type)
{
case 'mysql':
require_once PUN_ROOT.'include/dblayer/mysql.php';
break;

case 'mysql_innodb':
require_once PUN_ROOT.'include/dblayer/mysql_innodb.php';
break;

case 'mysqli':
require_once PUN_ROOT.'include/dblayer/mysqli.php';
break;

case 'mysql_innodb':
case 'mysqli_innodb':
require_once PUN_ROOT.'include/dblayer/mysqli_innodb.php';
break;
Expand Down
373 changes: 0 additions & 373 deletions include/dblayer/mysql.php

This file was deleted.

Loading

0 comments on commit 96cebbf

Please sign in to comment.