Skip to content

Commit 64b8f1e

Browse files
authored
Update README.md
1 parent 690ec36 commit 64b8f1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# PHP-CRUD-API
66

7-
Single file PHP script that adds a REST API to a MySQL 5.6 InnoDB database. PostgreSQL 9.1 and MS SQL Server 2012 are fully supported. There is even limited support for SQLite 3.
7+
Single file PHP script that adds a REST API to a MySQL 5.5 InnoDB database. PostgreSQL 9.1 and MS SQL Server 2012 are fully supported. There is even limited support for SQLite 3.
88

99
Related projects:
1010

@@ -24,6 +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
2728
- PostGIS 2.0 or higher for spatial features in PostgreSQL 9.1 or higher
2829

2930
## Installation

0 commit comments

Comments
 (0)