1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 11:40:08 +02:00

Merge pull request #5708 from marc1706/ticket/16051

[ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0
This commit is contained in:
Marc Alexander
2019-10-13 12:29:34 +02:00
26 changed files with 25 additions and 1034 deletions

View File

@@ -33,7 +33,6 @@ will be skipped:
- apcu (APCu cache driver - native API, php7+)
- apcu_bc, apcu (APCu cache driver - APC API, php7+)
- bz2 (compress tests)
- mysql, pdo_mysql (MySQL database driver)
- mysqli, pdo_mysql (MySQLi database driver)
- pcntl (flock class)
- pdo (any database tests)