You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
# PHP-CRUD-API
6
6
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.
8
8
9
9
Related projects:
10
10
@@ -24,6 +24,7 @@ These implementations are a proof-of-concept and do only support basic REST CRUD
24
24
25
25
- PHP 5.3 or higher with MySQLi, libpq, SQLSRV or sqlite3 enabled (PHP 7 recommended)
26
26
- PHP on Windows when connecting to SQL Server 2012
27
+
- MySQL 5.6 or higher for spatial features in MySQL
27
28
- PostGIS 2.0 or higher for spatial features in PostgreSQL 9.1 or higher
0 commit comments