Browse Source

[ci skip] Update php/php readme (#4960)

* [ci skip] Update php/php readme

* [ci skip] Update KumbiaPHP readme
Joan Miquel 6 years ago
parent
commit
00a84a0559
2 changed files with 22 additions and 25 deletions
  1. 8 11
      frameworks/PHP/kumbiaphp/README.md
  2. 14 14
      frameworks/PHP/php/README.md

+ 8 - 11
frameworks/PHP/kumbiaphp/README.md

@@ -8,25 +8,23 @@
 
 This is the KumbiaPHP portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
 
+## Infrastructure Software Versions
+The tests were run with:
+
+* [KumbiaPHP Version 1.0](https://github.com/KumbiaPHP/KumbiaPHP)
+* [PHP Version 7.3.*](http://www.php.net/) with FPM and OPCache
+* [nginx 1.15.9](http://nginx.org/)
+* [MySQL 5.7.27](https://dev.mysql.com/)
+
 ### JSON Encoding Test
 Uses the PHP standard [JSON encoder](http://www.php.net/manual/en/function.json-encode.php).
 
 * [JSON test controller](bench/app/controllers/json_controller.php)
 
-
 ### Data-Store/Database Mapping Test
 
 * [DB test controller](bench/app/controllers/db_controller.php)
 
-
-## Infrastructure Software Versions
-The tests were run with:
-
-* [KumbiaPHP Version 1.0](https://github.com/KumbiaPHP/KumbiaPHP)
-* [PHP Version 7.2.22](http://www.php.net/) with FPM and OPCache
-* [nginx 1.12.2](http://nginx.org/)
-* [MySQL 5.7.21](https://dev.mysql.com/)
-
 ## Test URLs
 ### JSON Encoding Test
 
@@ -39,4 +37,3 @@ http://localhost/db/
 ### Variable Query Test
     
 http://localhost/db/queries/2
-

+ 14 - 14
frameworks/PHP/php/README.md

@@ -1,26 +1,28 @@
-#PHP Benchmarking Test
+# PHP Benchmarking Test
 
 This is the PHP portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
 
 ### Important
 When editing this framework, be sure to force add the files changed. Most files were added to .gitignore, as the framework touches some of them during testing.
 
-### JSON Encoding Test
-Use the PHP standard [JSON encoder](http://www.php.net/manual/en/function.json-encode.php)
+## Infrastructure Software Versions
+The tests were run with [PHP Version 7.3.*](https://www.php.net/) + OPcache
 
-* [JSON test source](json.php)
+### Platforms
 
-### Data-Store/Database Mapping Test
+* [php-fpm 7.3.*](https://www.php.net/manual/en/install.fpm.php)
+* [nginx unit 1.9.0](https://unit.nginx.org/) (PHP 7.0)
+* [ngx-php 0.0.18](https://github.com/rryqszq4/ngx_php7) (Embeded php in nginx)
 
-* [Database test source Raw](dbraw.php)
-* [Database test source ORM](dborm.php)
+### Webservers
 
-## Infrastructure Software Versions
-The tests were run with:
+* [nginx 1.15.9](https://nginx.org/)
+* [h2o 2.2.5](https://h2o.examp1e.net/)
 
-* [PHP Version 7.3.2](http://www.php.net/) with FPM and OPcache
-* [nginx 1.15.5](http://nginx.org/)
-* [MySQL 5.7.25](https://dev.mysql.com/)
+### Databases
+
+* [MySQL 5.7.27](https://dev.mysql.com/)
+* [PostgreSQL 11](https://www.postgresql.org/)
 
 ## ActiveRecord
 
@@ -30,7 +32,6 @@ The tests were run with:
 
 * [illuminate/database 5.8](https://github.com/illuminate/database)
 
-
 The Laravel query builder / eloquent ORM components can be run separately from the Laravel framework.
 ([Instructions](https://github.com/illuminate/database)) This is used for two tests:
 
@@ -50,7 +51,6 @@ also illustrates the overhead of the Laravel frontend components relative to the
 
 http://localhost/json.php
 
-
 ### Data-Store/Database Mapping Test
 
 Raw: