diff options
| author | 2025-11-26 23:47:29 +0100 | |
|---|---|---|
| committer | 2025-11-26 23:47:29 +0100 | |
| commit | 5e0093aa00a6b52df88f526a5b6f737eff057e0b (patch) | |
| tree | 3c86ea76d3dd3f7f0b5e84aec7b0eedb78daccbf /README.md | |
| parent | b3cfc387b8f0583eb652a9d61691dbc6119771ea (diff) | |
Fix MariaDB updateCachedValues (#8255)
Changed syntax for an even wider compatibility.
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/8254
Regression from https://github.com/FreshRSS/FreshRSS/pull/6957
MariaDB images on Docker Hub go back to 10.6, so changed documentation to indicate support from that version, as I cannot easily test even older versions.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ FreshRSS comes with absolutely no warranty. * Required extensions: [cURL](https://www.php.net/curl), [DOM](https://www.php.net/dom), [JSON](https://www.php.net/json), [XML](https://www.php.net/xml), [session](https://www.php.net/session), [ctype](https://www.php.net/ctype) * Recommended extensions: [PDO_SQLite](https://www.php.net/pdo-sqlite) (for export/import), [GMP](https://www.php.net/gmp) (for API access on 32-bit platforms), [IDN](https://www.php.net/intl.idn) (for Internationalized Domain Names), [mbstring](https://www.php.net/mbstring) (for Unicode strings), [iconv](https://www.php.net/iconv) (for charset conversion), [ZIP](https://www.php.net/zip) (for import/export), [zlib](https://www.php.net/zlib) (for compressed feeds) * Extension for database: [PDO_PGSQL](https://www.php.net/pdo-pgsql) or [PDO_SQLite](https://www.php.net/pdo-sqlite) or [PDO_MySQL](https://www.php.net/pdo-mysql) -* PostgreSQL 10+ or SQLite or MariaDB 10.0.5+ or MySQL 8.0+ +* PostgreSQL 10+ or SQLite or MariaDB 10.6+ or MySQL 8.0+ # [Installation](https://freshrss.github.io/FreshRSS/en/admins/03_Installation.html) |
