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/23/index.html | |
parent | 321728653ad588f4e58cc34b0883a2d1d5b34fd7 (diff) |
php 7.1 repo layout
Diffstat (limited to 'fedora/23/index.html')
-rw-r--r-- | fedora/23/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/fedora/23/index.html b/fedora/23/index.html index 8f38c9c3..ea97faab 100644 --- a/fedora/23/index.html +++ b/fedora/23/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"> @@ -76,6 +91,12 @@ <a href="debug-php70/x86_64/repoview/" class="inpage">php70 - x86_64</a> </li> <li> + <a href="debug-php71/i386/repoview/" class="inpage">php71 - i386</a> + </li> + <li> + <a href="debug-php71/x86_64/repoview/" class="inpage">php71 - x86_64</a> + </li> + <li> <a href="debug-test/i386/repoview/" class="inpage">test - i386</a> </li> <li> @@ -87,6 +108,12 @@ <li> <a href="debug-test70/x86_64/repoview/" class="inpage">php70 - test - x86_64</a> </li> + <li> + <a href="debug-test71/i386/repoview/" class="inpage">php71 - test - i386</a> + </li> + <li> + <a href="debug-test71/x86_64/repoview/" class="inpage">php71 - test - x86_64</a> + </li> </ul> </div> </div> |