File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ There are also proof-of-concept ports of this script that only support basic RES
27
27
28
28
## Requirements
29
29
30
- - PHP 7.0 or higher with PDO drivers for MySQL, PgSQL, SqlSrv or SQLite enabled
31
- - MySQL 5.6 / MariaDB 10.0 or higher for spatial features in MySQL
32
- - PostGIS 2.0 or higher for spatial features in PostgreSQL 9.1 or higher
33
- - SQL Server 2012 or higher (2017 for Linux support)
34
- - SQLite 3.16 or higher (spatial features NOT supported)
30
+ - PHP 7.0 or higher with PDO drivers enabled for one of these database systems:
31
+ - MySQL 5.6 / MariaDB 10.0 or higher for spatial features in MySQL
32
+ - PostGIS 2.0 or higher for spatial features in PostgreSQL 9.1 or higher
33
+ - SQL Server 2012 or higher (2017 for Linux support)
34
+ - SQLite 3.16 or higher (spatial features NOT supported)
35
35
36
36
## Installation
37
37
You can’t perform that action at this time.
0 commit comments