forked from docker-library/php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
versions.json
35 lines (35 loc) · 864 Bytes
/
versions.json
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
{
"7.0": {
"url": "https://github.com/remicollet/php-src-security/archive/refs/heads/PHP-7.0-security-backports.tar.gz",
"variants": [
"bullseye/cli",
"bullseye/apache",
"bullseye/fpm",
"bullseye/zts"
],
"version": "7.0.33"
},
"7.0-rc": null,
"7.2": {
"url": "https://github.com/remicollet/php-src-security/archive/refs/heads/PHP-7.2-Security-backports.tar.gz",
"variants": [
"bullseye/cli",
"bullseye/apache",
"bullseye/fpm",
"bullseye/zts"
],
"version": "7.2.34"
},
"7.2-rc": null,
"7.4": {
"url": "https://github.com/remicollet/php-src-security/archive/refs/heads/PHP-7.4-security-backports.tar.gz",
"variants": [
"bullseye/cli",
"bullseye/apache",
"bullseye/fpm",
"bullseye/zts"
],
"version": "7.4.33"
},
"7.4-rc": null
}