Parcourir la source

Merge branch 'master' of github.com:mevdschee/php-crud-api

Maurits van der Schee il y a 7 ans
Parent
révision
066a98f234
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      README.md

+ 2
- 2
README.md Voir le fichier

@@ -3,7 +3,7 @@
3 3
 
4 4
 # PHP-CRUD-API
5 5
 
6
-Single file PHP script that adds a REST API to a MySQL 5.6 InnoDB database. PostgreSQL 9 and MS SQL Server 2012 are fully supported. There is even limited support for SQLite 3.
6
+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 7
 
8 8
 Related projects:
9 9
 
@@ -15,7 +15,7 @@ Related projects:
15 15
 
16 16
   - PHP 5.3 or higher with MySQLi, libpq, SQLSRV or sqlite3 enabled (PHP 7 recommended)
17 17
   - PHP on Windows when connecting to SQL Server 2012
18
-  - PostGIS for spatial features in PostgreSQL
18
+  - PostGIS 2.0 or higher for spatial features in PostgreSQL 9.1 or higher
19 19
 
20 20
 ## Installation
21 21
 

Loading…
Annuler
Enregistrer