mirror of
https://codeberg.org/vlw/php-mysql.git
synced 2025-09-13 16:23:42 +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;
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue