File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ These implementations are a proof-of-concept and do only support basic REST CRUD
2424
2525 - PHP 5.3 or higher with MySQLi, libpq, SQLSRV or sqlite3 enabled (PHP 7 recommended)
2626 - PHP on Windows when connecting to SQL Server 2012
27- - MySQL 5.6 or higher for spatial features in MySQL
27+ - MySQL 5.6 / MariaDB 10.0 or higher for spatial features in MySQL
2828 - PostGIS 2.0 or higher for spatial features in PostgreSQL 9.1 or higher
2929
3030## Installation
@@ -832,7 +832,7 @@ I am testing mainly on Ubuntu and I have the following test setups:
832832 - Debian 7 Server with PHP 5.4 and MySQL 5.5 and PostgreSQL 9.1
833833 - Debian 8 Server with PHP 5.6 and MySQL 5.5 / MariaDB 10.0 and PostgreSQL 9.4
834834 - Debian 9 Server with PHP 7.0 and MySQL 5.5 / MariaDB 10.1 and PostgreSQL 9.6
835- - CentOS 7 Server with PHP 5.4 and MySQL 5.5 and PostgreSQL 9.2
835+ - CentOS 7 Server with PHP 5.4 and MariaDB 5.5 and PostgreSQL 9.2
836836 - Windows 2012 R2 with PHP 5.6 and SQL Server 2012
837837
838838This should cover most environments, but please notify me of failing tests and report your environment.
You can’t perform that action at this time.
0 commit comments