1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-07-31 13:20:11 +02:00

Add 'MySQL Native Driver' as full name of 'mysqlnd' driver in README

This commit is contained in:
Marco
2017-03-18 22:35:44 +01:00
parent 0e2279ecda
commit 7c842f903e

View File

@@ -18,7 +18,7 @@ Completely framework-agnostic and database-agnostic.
* PHP 5.6.0+ * PHP 5.6.0+
* PDO (PHP Data Objects) extension (`pdo`) * PDO (PHP Data Objects) extension (`pdo`)
* `mysqlnd` driver * MySQL Native Driver (`mysqlnd`)
* OpenSSL extension (`openssl`) * OpenSSL extension (`openssl`)
* MySQL 5.5.3+ **or** MariaDB 5.5.23+ **or** other SQL databases that you create the [schema](Database) for * MySQL 5.5.3+ **or** MariaDB 5.5.23+ **or** other SQL databases that you create the [schema](Database) for