ThingEngineer / PHP-MySQLi-Database-Class

Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.
Other
3.29k stars 1.35k forks source link

How to run a SET statement (SET block_encryption_mode = ...) without php errors? #967

Closed GilbertWS closed 3 months ago

GilbertWS commented 3 years ago

How to run a SET statement (SET block_encryption_mode = ...)? I am currently getting a php error "Undefined offset: 0 in /.../MysqliDb.php on line 559, although the statement HAS run successfully.