remove mysql 5.5 support

This commit is contained in:
Zankaria 2024-11-28 01:06:59 +01:00
parent 5bd89a9437
commit 73bc23a4c7
5 changed files with 2 additions and 50 deletions

View file

@ -101,12 +101,6 @@ function sql_open() {
}
}
// 5.6.10 becomes 50610 HACK: hardcoded to be above critical value 50803 due to laziness
function mysql_version() {
// TODO delete all references of this function everywhere
return 80504;
}
function prepare($query) {
global $pdo, $debug, $config;