File tree 1 file changed +7
-1
lines changed 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ For short, this project will support **2 minor version of both PHP and Alpine**
24
24
25
25
| Alpine Version | PHP Version | Status | Repository URL
26
26
| - | - | - | -
27
- | ** ` 3.7 ` ** | ** ` 7.2 ` ** _ (7.2.0 )_ | supported until Alpine 3.9 release | https://php.codecasts.rocks/v3.7/php-7.2
27
+ | ** ` 3.7 ` ** | ** ` 7.2 ` ** _ (7.2.1 )_ | supported until Alpine 3.9 release | https://php.codecasts.rocks/v3.7/php-7.2
28
28
| ** ` 3.7 ` ** | ** ` 7.1 ` ** _ (7.1.12)_ | supported until Alpine 3.9 release | https://php.codecasts.rocks/v3.7/php-7.1
29
29
| ** ` 3.6 ` ** | ** ` 7.2 ` ** _ (7.2.0)_ | supported until Alpine 3.8 release | https://php.codecasts.rocks/v3.6/php-7.2
30
30
| ** ` 3.6 ` ** | ** ` 7.1 ` ** _ (7.1.12)_ | supported until Alpine 3.8 release | https://php.codecasts.rocks/v3.6/php-7.1
@@ -97,6 +97,12 @@ apk add --update php7-any-other-extension@php
97
97
98
98
The following packages are available for installation on both 7.2 and 7.1 repositories:
99
99
100
+ - ** [ NEW] ** ** Backported Packages**
101
+
102
+ ` argon2 ` ` argon2-dev ` ` libargon2 `
103
+
104
+ Argon2 was backported from EDGE branch of ` ports ` to allow PHP to be compiled with Argon2 password hashing support.
105
+
100
106
- ** Core Packages (Provide Binaries or Modules)**
101
107
102
108
` php7 ` ` php7-common ` ` php7-fpm ` ` php7-cgi ` ` php7-apache2 `
You can’t perform that action at this time.
0 commit comments