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 /enterprise/7/index.html | |
parent | 406d264ae1c4b37cc62e41e2caacdc1932ab0117 (diff) |
set layout for php72 repo
Diffstat (limited to 'enterprise/7/index.html')
-rw-r--r-- | enterprise/7/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/enterprise/7/index.html b/enterprise/7/index.html index 7b14aa38..597b077c 100644 --- a/enterprise/7/index.html +++ b/enterprise/7/index.html @@ -39,6 +39,12 @@ <a href="remi/x86_64/repoview/" class="inpage">x86_64</a> </li> </ul> + <h3>remi-php72 (only PHP 7.2 and extensions)</h3> + <ul class="pkglist"> + <li> + <a href="php72/x86_64/repoview/" class="inpage">x86_64</a> + </li> + </ul> <h3>remi-php71 (only PHP 7.1 and extensions)</h3> <ul class="pkglist"> <li> @@ -74,6 +80,9 @@ <h3>Test packages, please try them</h3> <ul class="pkglist"> <li> + <a href="test72/x86_64/repoview/" class="inpage">PHP 7.2 - x86_64</a> + </li> + <li> <a href="test71/x86_64/repoview/" class="inpage">PHP 7.1 - x86_64</a> </li> <li> @@ -101,6 +110,9 @@ <a href="debug-php71/x86_64/repoview/" class="inpage">php71 - x86_64</a> </li> <li> + <a href="debug-php72/x86_64/repoview/" class="inpage">php72 - x86_64</a> + </li> + <li> <a href="debug-test/x86_64/repoview/" class="inpage">test - x86_64</a> </li> <li> @@ -109,6 +121,9 @@ <li> <a href="debug-test71/x86_64/repoview/" class="inpage">php71 - test - x86_64</a> </li> + <li> + <a href="debug-test72/x86_64/repoview/" class="inpage">php72 - test - x86_64</a> + </li> </ul> </div> </div> |