Skip to content

Commit fc26c1c

Browse files
authored
Update README.md
1 parent aa4b764 commit fc26c1c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Linux package need CPU support AVX.
5858
run this on your project dirs:
5959

6060
```sh
61-
docker pull phpstatic/php:7.4.9
62-
docker run --name php74 -itd -v $(pwd):/app --mount source=php74_etc,target=/usr/local/etc/php phpstatic/php:7.4.9
61+
docker pull phpstatic/php:7.4.10
62+
docker run --name php74 -itd -v $(pwd):/app --mount source=php74_etc,target=/usr/local/etc/php phpstatic/php:7.4.10
6363
docker logs php74
6464
docker volume inspect php74_etc
6565
docker exec -i -t php74 composer install
@@ -266,6 +266,8 @@ Zend OPcache
266266

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

269+
nginx-uring require kernel >= 5.1.
270+
269271
```sh
270272
nginx version: nginx/1.18.0 (nginx)
271273
built by gcc version 9.3.0

0 commit comments

Comments
 (0)