We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba42b0 commit 9b4726aCopy full SHA for 9b4726a
README.md
@@ -58,8 +58,8 @@ Linux package need CPU support AVX.
58
run this on your project dirs:
59
60
```sh
61
-docker pull phpstatic/php:7.4.13
62
-docker run --name php74 -itd -v $(pwd):/app --mount source=php74_etc,target=/usr/local/etc/php phpstatic/php:7.4.13
+docker pull phpstatic/php:7.4.15
+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
@@ -198,6 +198,7 @@ fileinfo
198
filter
199
ftp
200
gd
201
+gettext
202
gmp
203
grpc
204
hash
0 commit comments