Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a7c0be0

Browse files
Update README.md
1 parent 9b4726a commit a7c0be0

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

‎README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,6 @@ Linux package need CPU support AVX.
5353

5454
[maxOS >= 10.9 Mavericks](https://phpstatic.com/osx109/) package is not support any more, you can download [old MAC OSX packages](https://phpstatic.com/osx109/) for develop only.
5555

56-
# [docker](https://hub.docker.com/r/phpstatic/php)
57-
58-
run this on your project dirs:
59-
60-
```sh
61-
docker pull phpstatic/php:7.4.15
62-
docker run --name php74 -itd -v $(pwd):/app --mount source=php74_etc,target=/usr/local/etc/php phpstatic/php:7.4.15
63-
docker logs php74
64-
docker volume inspect php74_etc
65-
docker exec -i -t php74 composer install
66-
docker exec -i -t php74 ash
67-
```
68-
6956
# debian, ubuntu
7057

7158
* https://phpstatic.com/php-static-8.0-latest-amd64.deb
@@ -160,6 +147,19 @@ otool -L /usr/local/bin/php
160147
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252504)
161148
```
162149

150+
# [docker](https://hub.docker.com/r/phpstatic/php)
151+
152+
run this on your project dirs:
153+
154+
```sh
155+
docker pull phpstatic/php:7.4.15
156+
docker run --name php74 -itd -v $(pwd):/app --mount source=php74_etc,target=/usr/local/etc/php phpstatic/php:7.4.15
157+
docker logs php74
158+
docker volume inspect php74_etc
159+
docker exec -i -t php74 composer install
160+
docker exec -i -t php74 ash
161+
```
162+
163163
# Windows
164164

165165
try docker or https://docs.microsoft.com/en-us/windows/wsl/install-win10
@@ -255,7 +255,6 @@ SPX
255255
sqlite3
256256
standard
257257
swoole
258-
swoole_orm
259258
sysvmsg
260259
sysvsem
261260
sysvshm
@@ -265,7 +264,6 @@ tideways_xhprof
265264
tidy
266265
tokenizer
267266
trie_filter
268-
wasm
269267
xattr
270268
xdebug
271269
xlswriter
@@ -289,15 +287,18 @@ Zend OPcache
289287

290288
```
291289

290+
~~swoole_orm and wasm removed since 2021年03月08日.~~
291+
292292
# nginx -V
293293

294-
nginx 1.18.0 is build with [http3](https://en.wikipedia.org/wiki/HTTP/3), [njs](https://github.com/nginx/njs.git)(0.5.0), [io_uring](https://github.com/hakasenyang/openssl-patch/pull/41), ssl_stapling+BoringSSL support(the only solution that support multi domain without cronjob).
294+
nginx 1.18.0 is build with [http3](https://en.wikipedia.org/wiki/HTTP/3), [njs](https://github.com/nginx/njs.git)(0.5.1), [io_uring](https://github.com/hakasenyang/openssl-patch/pull/41), ssl_stapling+BoringSSL support(the only solution that support multi domain without cronjob).
295295

296-
nginx build with ModSecurity (https://github.com/SpiderLabs/ModSecurity-nginx) support.
296+
~~nginx build with ModSecurity (https://github.com/SpiderLabs/ModSecurity-nginx) support. (remove until https://github.com/SpiderLabs/ModSecurity-nginx/issues/174 get fixed!)~~
297297

298298
build -flto=full.
299299

300300
nginx-uring require kernel >= 5.1 and avx2.
301+
nginx-openssl build without http3 (version is 1.19.7).
301302

302303
```sh
303304
nginx version: nginx/1.18.0 (nginx)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /