Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 5497582

Browse files
authored
[php] Nginx Unit is deprecated (#10764)
* [php] Unit is deprecated * More files deleted [ci skip]
1 parent dcb698e commit 5497582

5 files changed

Lines changed: 7 additions & 100 deletions

File tree

frameworks/PHP/php/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ This is the PHP portion of a [benchmarking test suite](../) comparing a variety
66
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.
77

88
## Infrastructure Software Versions
9-
The tests were run with [PHP Version 7.3.*](https://www.php.net/) + OPcache
9+
The tests were run with [PHP Version 8.*](https://www.php.net/) + OPcache
1010

1111
### Platforms
1212

13-
* [php-fpm 7.4.*](https://www.php.net/manual/en/install.fpm.php)
14-
* [nginx unit 1.18.0](https://unit.nginx.org/) (PHP 7.4)
13+
* [php-fpm](https://www.php.net/manual/en/install.fpm.php)
14+
1515

1616
### Webservers
1717

18-
* [nginx 1.17.10](https://nginx.org/)
19-
* [h2o 2.2.6](https://h2o.examp1e.net/)
18+
* [nginx](https://nginx.org/)
19+
* [h2o](https://h2o.examp1e.net/)
2020

2121
### Databases
2222

23-
* [MySQL 8](https://dev.mysql.com/)
24-
* [PostgreSQL 12](https://www.postgresql.org/)
23+
* [MySQL 9](https://dev.mysql.com/)
24+
* [PostgreSQL 18](https://www.postgresql.org/)
2525

2626
## ActiveRecord
2727

frameworks/PHP/php/benchmark_config.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -91,30 +91,6 @@
9191
"notes": "",
9292
"versus": "php"
9393
},
94-
"unit": {
95-
"json_url": "/json.php",
96-
"plaintext_url": "/plaintext.php",
97-
"db_url": "/dbraw.php",
98-
"query_url": "/dbquery.php?queries=",
99-
"fortune_url": "/fortune.php",
100-
"update_url": "/updateraw.php?queries=",
101-
"port": 8080,
102-
"approach": "Realistic",
103-
"classification": "Platform",
104-
"database": "MySQL",
105-
"framework": "PHP",
106-
"language": "PHP",
107-
"flavor": "PHP8.2",
108-
"orm": "Raw",
109-
"platform": "Unit Nginx",
110-
"webserver": "None",
111-
"os": "Linux",
112-
"database_os": "Linux",
113-
"display_name": "PHP Unit Nginx",
114-
"notes": "",
115-
"versus": "php",
116-
"tags": []
117-
},
11894
"pools": {
11995
"json_url": "/json.php",
12096
"plaintext_url": "/plaintext.php",

frameworks/PHP/php/config.toml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -111,20 +111,3 @@ orm = "Raw"
111111
platform = "FPM/FastCGI"
112112
webserver = "nginx"
113113
versus = "php"
114-
115-
[unit]
116-
urls.plaintext = "/plaintext.php"
117-
urls.json = "/json.php"
118-
urls.db = "/dbraw.php"
119-
urls.query = "/dbquery.php?queries="
120-
urls.update = "/updateraw.php?queries="
121-
urls.fortune = "/fortune.php"
122-
approach = "Realistic"
123-
classification = "Platform"
124-
database = "MySQL"
125-
database_os = "Linux"
126-
os = "Linux"
127-
orm = "Raw"
128-
platform = "Unit Nginx"
129-
webserver = "None"
130-
versus = "php"

frameworks/PHP/php/deploy/nginx-unit.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

frameworks/PHP/php/php-unit.dockerfile

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)