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 /enterprise/7/index.html | |
parent | 321728653ad588f4e58cc34b0883a2d1d5b34fd7 (diff) |
php 7.1 repo layout
Diffstat (limited to 'enterprise/7/index.html')
-rw-r--r-- | enterprise/7/index.html | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/enterprise/7/index.html b/enterprise/7/index.html index 7cedb567..e671af9d 100644 --- a/enterprise/7/index.html +++ b/enterprise/7/index.html @@ -21,6 +21,13 @@ <div id="main"> <div id="content"> <h2>Enterprise Linux 7 - RHEL 7 (Maipo) - CentOS 7</h2> + + <h3>remi-safe (only additonal packages for base repository)</h3> + <ul class="pkglist"> + <li> + <a href="safe/x86_64/repoview/" class="inpage">x86_64</a> + </li> + </ul> <h3>remi (includes PHP 5.4, extensions and Software Collections)</h3> <p><strong>Warning</strong>: some noarch packages may requires php 5.5 or greater (e.g. phpMyAdmin > 4.5) <br/>so you may have to enable remi-php55 or remi-php56 to use these @@ -49,10 +56,10 @@ <a href="php70/x86_64/repoview/" class="inpage">x86_64</a> </li> </ul> - <h3>remi-safe (only additonal packages for base repository)</h3> + <h3>remi-php71 (only PHP 7.1 and extensions)</h3> <ul class="pkglist"> <li> - <a href="safe/x86_64/repoview/" class="inpage">x86_64</a> + <a href="php71/x86_64/repoview/" class="inpage">x86_64</a> </li> </ul> <h3>Test packages, please try them</h3> @@ -63,6 +70,9 @@ <li> <a href="test70/x86_64/repoview/" class="inpage">PHP 7.0 - x86_64</a> </li> + <li> + <a href="test71/x86_64/repoview/" class="inpage">PHP 7.1 - x86_64</a> + </li> </ul> <h3>debuginfo</h3> <ul class="pkglist"> @@ -79,11 +89,17 @@ <a href="debug-php70/x86_64/repoview/" class="inpage">php70 - x86_64</a> </li> <li> + <a href="debug-php71/x86_64/repoview/" class="inpage">php71 - x86_64</a> + </li> + <li> <a href="debug-test/x86_64/repoview/" class="inpage">test - x86_64</a> </li> <li> <a href="debug-test70/x86_64/repoview/" class="inpage">php70 - test - x86_64</a> </li> + <li> + <a href="debug-test71/x86_64/repoview/" class="inpage">php71 - test - x86_64</a> + </li> </ul> </div> </div> |