You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-17Lines changed: 18 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,19 +53,6 @@ Linux package need CPU support AVX.
53
53
54
54
[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.
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
+
163
163
# Windows
164
164
165
165
try docker or https://docs.microsoft.com/en-us/windows/wsl/install-win10
@@ -255,7 +255,6 @@ SPX
255
255
sqlite3
256
256
standard
257
257
swoole
258
-
swoole_orm
259
258
sysvmsg
260
259
sysvsem
261
260
sysvshm
@@ -265,7 +264,6 @@ tideways_xhprof
265
264
tidy
266
265
tokenizer
267
266
trie_filter
268
-
wasm
269
267
xattr
270
268
xdebug
271
269
xlswriter
@@ -289,15 +287,18 @@ Zend OPcache
289
287
290
288
```
291
289
290
+
~~swoole_orm and wasm removed since 2021/03/08.~~
291
+
292
292
# nginx -V
293
293
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).
295
295
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!)~~
297
297
298
298
build -flto=full.
299
299
300
300
nginx-uring require kernel >= 5.1 and avx2.
301
+
nginx-openssl build without http3 (version is 1.19.7).
0 commit comments