forked from docker-library/php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.json
More file actions
82 lines (82 loc) · 2.48 KB
/
versions.json
File metadata and controls
82 lines (82 loc) · 2.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"7.2": {
"ascUrl": "https://www.php.net/distributions/php-7.2.34.tar.xz.asc",
"gpgKeys": "1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F",
"sha256": "409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903",
"url": "https://www.php.net/distributions/php-7.2.34.tar.xz",
"variants": [
"buster/cli",
"buster/apache",
"buster/fpm",
"buster/zts",
"stretch/cli",
"stretch/apache",
"stretch/fpm",
"stretch/zts",
"alpine3.12/cli",
"alpine3.12/fpm",
"alpine3.12/zts",
"alpine3.11/cli",
"alpine3.11/fpm",
"alpine3.11/zts"
],
"version": "7.2.34"
},
"7.3": {
"ascUrl": "https://www.php.net/distributions/php-7.3.23.tar.xz.asc",
"gpgKeys": "CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D",
"sha256": "2bdd36176f318f451fb3942bf1e935aabb3c2786cac41a9080f084ad6390e034",
"url": "https://www.php.net/distributions/php-7.3.23.tar.xz",
"variants": [
"buster/cli",
"buster/apache",
"buster/fpm",
"buster/zts",
"stretch/cli",
"stretch/apache",
"stretch/fpm",
"stretch/zts",
"alpine3.12/cli",
"alpine3.12/fpm",
"alpine3.12/zts",
"alpine3.11/cli",
"alpine3.11/fpm",
"alpine3.11/zts"
],
"version": "7.3.23"
},
"7.4": {
"ascUrl": "https://www.php.net/distributions/php-7.4.11.tar.xz.asc",
"gpgKeys": "42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312",
"sha256": "5d31675a9b9c21b5bd03389418218c30b26558246870caba8eb54f5856e2d6ce",
"url": "https://www.php.net/distributions/php-7.4.11.tar.xz",
"variants": [
"buster/cli",
"buster/apache",
"buster/fpm",
"buster/zts",
"alpine3.12/cli",
"alpine3.12/fpm",
"alpine3.12/zts",
"alpine3.11/cli",
"alpine3.11/fpm",
"alpine3.11/zts"
],
"version": "7.4.11"
},
"8.0-rc": {
"ascUrl": "https://downloads.php.net/~pollita/php-8.0.0RC2.tar.xz.asc",
"gpgKeys": "1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B67A5C12229118F",
"sha256": "97d8031ba1095c3222fc5725710ac18dc4f584e526cbcbfb2817146abb6891ec",
"url": "https://downloads.php.net/~pollita/php-8.0.0RC2.tar.xz",
"variants": [
"buster/cli",
"buster/apache",
"buster/fpm",
"buster/zts",
"alpine3.12/cli",
"alpine3.12/fpm"
],
"version": "8.0.0RC2"
}
}