We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85abfa commit c799223Copy full SHA for c799223
README.md
@@ -101,7 +101,7 @@ Zen for PHP can do this because the monitored functions are hooked at the PHP-co
101
* ✅ [`Firebird`](https://www.php.net/manual/en/ref.pdo-firebird.php)
102
* ✅ [`Microsoft SQL Server`](https://www.php.net/manual/en/ref.pdo-dblib.php)
103
* ✅ [`SQLite`](https://www.php.net/manual/en/ref.pdo-sqlite.php)
104
-* 🚧 [`MySQLi`](https://www.php.net/manual/en/book.mysqli.php)
+* ✅ [`MySQLi`](https://www.php.net/manual/en/book.mysqli.php)
105
* 🚧 [`Oracle OCI8`](https://www.php.net/manual/en/book.oci8.php)
106
* 🚧 [`PostgreSQL`](https://www.php.net/manual/en/book.pgsql.php)
107
* 🚧 [`SQLite3`](https://www.php.net/manual/en/book.sqlite3.php)
0 commit comments