💾 A database layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.
Work around an PHP bug, where mysql query with boolean parameters and disabled emulated prepare-statements fails silently.
Bool value is interepreted incorrectly, more information in php bugtracker thread:
Work around an PHP bug, where mysql query with boolean parameters and disabled emulated prepare-statements fails silently. Bool value is interepreted incorrectly, more information in php bugtracker thread:
https://bugs.php.net/bug.php?id=38546
There is currently work being done in fixing the issue on the PHP end.