@@ -58,8 +58,8 @@ Linux package need CPU support AVX.
58
58
run this on your project dirs:
59
59
60
60
``` 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
63
63
docker logs php74
64
64
docker volume inspect php74_etc
65
65
docker exec -i -t php74 composer install
@@ -68,6 +68,7 @@ docker exec -i -t php74 ash
68
68
69
69
# debian, ubuntu
70
70
71
+ * https://phpstatic.com/php-static-8.0-latest-amd64.deb
71
72
* https://phpstatic.com/php-static-7.4-latest-amd64.deb
72
73
* https://phpstatic.com/php-static-7.3-latest-amd64.deb
73
74
* https://phpstatic.com/php-static-7.2-latest-amd64.deb
@@ -85,6 +86,7 @@ apt-get install php-static-7.4 nginx-static
85
86
```
86
87
# CentOS/Fedora/Red Hat/SUSE
87
88
89
+ * https://phpstatic.com/php-static-8.0-latest-x86_64.rpm
88
90
* https://phpstatic.com/php-static-7.4-latest-x86_64.rpm
89
91
* https://phpstatic.com/php-static-7.3-latest.x86_64.rpm
90
92
* https://phpstatic.com/php-static-7.2-latest.x86_64.rpm
@@ -102,6 +104,7 @@ systemctl status php-fpm
102
104
103
105
# alpine
104
106
107
+ * https://phpstatic.com/php-static-8.0-latest-x86_64.apk
105
108
* https://phpstatic.com/php-static-7.4-latest-x86_64.apk
106
109
* https://phpstatic.com/php-static-7.3-latest-x86_64.apk
107
110
* https://phpstatic.com/php-static-7.2-latest-x86_64.apk
@@ -117,6 +120,7 @@ apk add php-static-7.4 nginx-static
117
120
118
121
# others linux
119
122
123
+ * https://phpstatic.com/php-static-8.0-latest-linux-x64.tar.gz
120
124
* https://phpstatic.com/php-static-7.4-latest-linux-x64.tar.gz
121
125
* https://phpstatic.com/php-static-7.3-latest-linux-x64.tar.gz
122
126
* https://phpstatic.com/php-static-7.2-latest-linux-x64.tar.gz
@@ -139,6 +143,7 @@ killall php-fpm
139
143
140
144
# macOS
141
145
146
+ * https://phpstatic.com/php-static-8.0-latest-osx-x64.tar.gz
142
147
* https://phpstatic.com/php-static-7.4-latest-osx-x64.tar.gz
143
148
* https://phpstatic.com/php-static-7.3-latest-osx-x64.tar.gz
144
149
* https://phpstatic.com/php-static-7.2-latest-osx-x64.tar.gz
0 commit comments