Browse Source

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

Maurits van der Schee 7 years ago
parent
commit
59c8b070ec
1 changed files with 13 additions and 1 deletions
  1. 13
    1
      README.md

+ 13
- 1
README.md View File

@@ -13,7 +13,7 @@ Related projects:
13 13
 
14 14
 ## Requirements
15 15
 
16
-  - PHP 5.5 or higher with MySQLi, libpq, SQLSRV or sqlite3 enabled
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 18
   - PostGIS for spatial features in PostgreSQL
19 19
 
@@ -748,6 +748,18 @@ The following types of 404 'Not found' errors may be reported:
748 748
 
749 749
 ## Tests
750 750
 
751
+I am testing mainly on Ubuntu and I have the following test setups:
752
+
753
+  - Ubuntu 12.04 Server with PHP 5.3 and MySQL 5.6 (ondrej PPA)
754
+  - Ubuntu 14.04 Server with PHP 5.5 and MySQL 5.6
755
+  - Windows 2012 R2 with PHP 5.6 and SQL Server 2012
756
+  - Ubuntu 16.04 Desktop with PHP 7.0 and MariaDB 10.0
757
+  
758
+
759
+This should cover most environments, but please notify me of failing tests and report your environment.
760
+
761
+### MySQL on Linux
762
+
751 763
 There are PHPUnit tests in the file 'tests.php'. You need to configure your test database connection in this file. After that run:
752 764
 
753 765
 ```

Loading…
Cancel
Save