mirror of
https://codeberg.org/vlw/php-mysql.git
synced 2025-09-14 00:33:41 +02:00
feat(doc): add compat notice (#23)
This commit is contained in:
parent
d9f450112e
commit
9fe15eb00f
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ which would be equivalent to the following in MySQL:
|
||||||
SELECT $columns FROM $table WHERE $filter ORDER BY $order_by LIMIT $limit;
|
SELECT $columns FROM $table WHERE $filter ORDER BY $order_by LIMIT $limit;
|
||||||
```
|
```
|
||||||
|
|
||||||
This library is built on top of the PHP [`MySQL Improved`](https://www.php.net/manual/en/book.mysqli.php) extension.
|
> [!IMPORTANT]
|
||||||
|
> This library is built on top of the PHP [`MySQL Improved`](https://www.php.net/manual/en/book.mysqli.php) extension and requires PHP 8.0 or newer.
|
||||||
|
|
||||||
## Install from composer
|
## Install from composer
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue