Skip to content

Commit f72d6ec

Browse files
authored
Update README.md
1 parent 2509227 commit f72d6ec

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 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.11
62-
docker run --name php74 -itd -v $(pwd):/app --mount source=php74_etc,target=/usr/local/etc/php phpstatic/php:7.4.11
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
6363
docker logs php74
6464
docker volume inspect php74_etc
6565
docker exec -i -t php74 composer install
@@ -68,6 +68,7 @@ docker exec -i -t php74 ash
6868

6969
# debian, ubuntu
7070

71+
* https://phpstatic.com/php-static-8.0-latest-amd64.deb
7172
* https://phpstatic.com/php-static-7.4-latest-amd64.deb
7273
* https://phpstatic.com/php-static-7.3-latest-amd64.deb
7374
* https://phpstatic.com/php-static-7.2-latest-amd64.deb
@@ -85,6 +86,7 @@ apt-get install php-static-7.4 nginx-static
8586
```
8687
# CentOS/Fedora/Red Hat/SUSE
8788

89+
* https://phpstatic.com/php-static-8.0-latest-x86_64.rpm
8890
* https://phpstatic.com/php-static-7.4-latest-x86_64.rpm
8991
* https://phpstatic.com/php-static-7.3-latest.x86_64.rpm
9092
* https://phpstatic.com/php-static-7.2-latest.x86_64.rpm
@@ -102,6 +104,7 @@ systemctl status php-fpm
102104

103105
# alpine
104106

107+
* https://phpstatic.com/php-static-8.0-latest-x86_64.apk
105108
* https://phpstatic.com/php-static-7.4-latest-x86_64.apk
106109
* https://phpstatic.com/php-static-7.3-latest-x86_64.apk
107110
* https://phpstatic.com/php-static-7.2-latest-x86_64.apk
@@ -117,6 +120,7 @@ apk add php-static-7.4 nginx-static
117120

118121
# others linux
119122

123+
* https://phpstatic.com/php-static-8.0-latest-linux-x64.tar.gz
120124
* https://phpstatic.com/php-static-7.4-latest-linux-x64.tar.gz
121125
* https://phpstatic.com/php-static-7.3-latest-linux-x64.tar.gz
122126
* https://phpstatic.com/php-static-7.2-latest-linux-x64.tar.gz
@@ -139,6 +143,7 @@ killall php-fpm
139143

140144
# macOS
141145

146+
* https://phpstatic.com/php-static-8.0-latest-osx-x64.tar.gz
142147
* https://phpstatic.com/php-static-7.4-latest-osx-x64.tar.gz
143148
* https://phpstatic.com/php-static-7.3-latest-osx-x64.tar.gz
144149
* https://phpstatic.com/php-static-7.2-latest-osx-x64.tar.gz

0 commit comments

Comments
 (0)