diff options
| author | 2017-04-01 11:26:05 +0200 | |
|---|---|---|
| committer | 2017-04-01 11:26:05 +0200 | |
| commit | f2b4bfc67da9eba8ca45a02860e6f6a58a13d927 (patch) | |
| tree | 80279b50b61372b46ae0b526b4b95d81b3a9852b /README.md | |
| parent | e042e4ad2595263a84a6fe1056913ec431b9814a (diff) | |
| parent | 50fd3a359e1fb872859b12af2762e47a696ebcd3 (diff) | |
Merge pull request #1476 from Alkarex/postgress-uniqueness
Fix PostgreSQL uniqueness
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ We are a friendly community. * PHP 5.3.3+ (PHP 5.4+ recommended, and PHP 5.5+ for performance, and PHP 7 for even higher performance) * Required extensions: [cURL](http://php.net/curl), [DOM](http://php.net/dom), [XML](http://php.net/xml), and [PDO_MySQL](http://php.net/pdo-mysql) or [PDO_SQLite](http://php.net/pdo-sqlite) or [PDO_PGSQL](http://php.net/pdo-pgsql) * Recommended extensions: [JSON](http://php.net/json), [GMP](http://php.net/gmp) (for API access on platforms < 64 bits), [IDN](http://php.net/intl.idn) (for Internationalized Domain Names), [mbstring](http://php.net/mbstring) and/or [iconv](http://php.net/iconv) (for charset conversion), [ZIP](http://php.net/zip) (for import/export), [zlib](http://php.net/zlib) (for compressed feeds) -* MySQL 5.5.3+ (recommended), or SQLite 3.7.4+, or PostgreSQL (experimental) +* MySQL 5.5.3+ (recommended), or SQLite 3.7.4+, or PostgreSQL 9.2+ * A recent browser like Firefox, Internet Explorer 11 / Edge, Chrome, Opera, Safari. * Works on mobile |
