Skip to content

Commit 1ebf036

Browse files
committed
update
1 parent 75472a6 commit 1ebf036

File tree

6 files changed

+4
-170
lines changed

6 files changed

+4
-170
lines changed

Diff for: README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ NB: This is the [TreeQL](https://treeql.org) reference implementation in PHP.
88

99
## Requirements
1010

11-
- PHP 7.0 or higher with PDO drivers enabled for one of these database systems:
12-
- MySQL 5.6 / MariaDB 10.0 or higher for spatial features in MySQL
13-
- PostgreSQL 9.1 or higher with PostGIS 2.0 or higher for spatial features
14-
- SQL Server 2012 or higher (2017 for Linux support)
11+
- PHP 7.2 or higher with PDO drivers enabled for one of these database systems:
12+
- MySQL 5.7 / MariaDB 10.0 or higher for spatial features in MySQL
13+
- PostgreSQL 9.5 or higher with PostGIS 2.2 or higher for spatial features
14+
- SQL Server 2017 or higher (2019 also has Linux support)
1515
- SQLite 3.16 or higher (spatial features NOT supported)
1616

1717
## Installation
@@ -1479,7 +1479,6 @@ The `customControllers` config supports a comma separated list of custom control
14791479

14801480
I am testing mainly on Ubuntu and I have the following test setups:
14811481

1482-
- (Docker) Ubuntu 16.04 with PHP 7.0, MariaDB 10.0, PostgreSQL 9.5 (PostGIS 2.2) and SQL Server 2017
14831482
- (Docker) Ubuntu 18.04 with PHP 7.2, MySQL 5.7, PostgreSQL 10.4 (PostGIS 2.4) and SQLite 3.22
14841483
- (Docker) Debian 10 with PHP 7.3, MariaDB 10.3, PostgreSQL 11.4 (PostGIS 2.5) and SQLite 3.27
14851484
- (Docker) Ubuntu 20.04 with PHP 7.4, MySQL 8.0, PostgreSQL 12.15 (PostGIS 3.0) and SQL Server 2019 and SQLite 3.31

Diff for: docker/ubuntu16/Dockerfile

-37
This file was deleted.

Diff for: docker/ubuntu16/run.sh

-73
This file was deleted.

Diff for: install.php

-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@
77
file_put_contents('composer.phar', $composer);
88
}
99
exec('php composer.phar install --ignore-platform-reqs');
10-
11-
include 'patch.php';

Diff for: patch.php

-51
This file was deleted.

Diff for: update.php

-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@
77
file_put_contents('composer.phar', $composer);
88
}
99
exec('php composer.phar update --ignore-platform-reqs');
10-
11-
include 'patch.php';

0 commit comments

Comments
 (0)