diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-26 11:43:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-26 11:43:19 +0200 |
commit | f8ce7fc805e3374d77716b1017bc81cc22e5db4b (patch) | |
tree | ae01212f6c3a81c48c48a66c73af72c9e58c58a6 /fedora/22/index.html | |
parent | 321728653ad588f4e58cc34b0883a2d1d5b34fd7 (diff) |
php 7.1 repo layout
Diffstat (limited to 'fedora/22/index.html')
-rw-r--r-- | fedora/22/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fedora/22/index.html b/fedora/22/index.html index 1355db97..fa14dad0 100644 --- a/fedora/22/index.html +++ b/fedora/22/index.html @@ -39,6 +39,15 @@ <a href="php70/x86_64/repoview/" class="inpage">x86_64</a> </li> </ul> + <h3>remi-php71 (only PHP 7.1 and extensions, also needs remi)</h3> + <ul class="pkglist"> + <li> + <a href="php71/i386/repoview/" class="inpage">i386</a> + </li> + <li> + <a href="php71/x86_64/repoview/" class="inpage">x86_64</a> + </li> + </ul> <h3>Test packages, please try them</h3> <ul class="pkglist"> <li> @@ -53,6 +62,12 @@ <li> <a href="test70/x86_64/repoview/" class="inpage">PHP 7.0 - x86_64</a> </li> + <li> + <a href="test71/i386/repoview/" class="inpage">PHP 7.1 - i386</a> + </li> + <li> + <a href="test71/x86_64/repoview/" class="inpage">PHP 7.1 - x86_64</a> + </li> </ul> <h3>development</h3> <ul class="pkglist"> |