diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-29 16:47:24 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-29 16:47:24 +0200 |
commit | 410a92d5b1a28edb294fcdb65a237e7571909aff (patch) | |
tree | b2e32fd0d228c4fe9a97f8d7dc4b780fee744474 /fedora/25/index.html | |
parent | 406d264ae1c4b37cc62e41e2caacdc1932ab0117 (diff) |
set layout for php72 repo
Diffstat (limited to 'fedora/25/index.html')
-rw-r--r-- | fedora/25/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/fedora/25/index.html b/fedora/25/index.html index 65f12d17..9410052b 100644 --- a/fedora/25/index.html +++ b/fedora/25/index.html @@ -31,6 +31,15 @@ <a href="remi/x86_64/repoview/" class="inpage">x86_64</a> </li> </ul> + <h3>remi-php72 (only PHP 7.2 and extensions, also needs remi)</h3> + <ul class="pkglist"> + <li> + <a href="php72/i386/repoview/" class="inpage">i386</a> + </li> + <li> + <a href="php72/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> @@ -54,6 +63,12 @@ <li> <a href="test71/x86_64/repoview/" class="inpage">PHP 7.1 - x86_64</a> </li> + <li> + <a href="test72/i386/repoview/" class="inpage">PHP 7.2 - i386</a> + </li> + <li> + <a href="test72/x86_64/repoview/" class="inpage">PHP 7.2 - x86_64</a> + </li> </ul> <h3>development</h3> <ul class="pkglist"> @@ -77,6 +92,12 @@ <a href="debug-php71/x86_64/repoview/" class="inpage">php71 - x86_64</a> </li> <li> + <a href="debug-php72i386/repoview/" class="inpage">php72 - i386</a> + </li> + <li> + <a href="debug-php72/x86_64/repoview/" class="inpage">php72 - x86_64</a> + </li> + <li> <a href="debug-test/i386/repoview/" class="inpage">test - i386</a> </li> <li> @@ -88,6 +109,12 @@ <li> <a href="debug-test71/x86_64/repoview/" class="inpage">php71 - test - x86_64</a> </li> + <li> + <a href="debug-test72/i386/repoview/" class="inpage">php72 - test - i386</a> + </li> + <li> + <a href="debug-test72/x86_64/repoview/" class="inpage">php72 - test - x86_64</a> + </li> </ul> </div> </div> |