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/6/index.html | |
| parent | 321728653ad588f4e58cc34b0883a2d1d5b34fd7 (diff) | |
php 7.1 repo layout
Diffstat (limited to 'enterprise/6/index.html')
| -rw-r--r-- | enterprise/6/index.html | 34 | 
1 files changed, 31 insertions, 3 deletions
| diff --git a/enterprise/6/index.html b/enterprise/6/index.html index 8a3a9423..adc03688 100644 --- a/enterprise/6/index.html +++ b/enterprise/6/index.html @@ -21,6 +21,16 @@  			<div id="main">  				<div id="content">  					<h2>Enterprise Linux 6 - RHEL 6 (Santiago) - CentOS 6</h2> + +					<h3>remi-safe (only additonal packages for base repository)</h3> +					<ul class="pkglist"> +						<li> +							<a href="safe/i386/repoview/" class="inpage">i386</a> +						</li> +						<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 @@ -61,13 +71,13 @@  							<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/i386/repoview/" class="inpage">i386</a> +							<a href="php71/i386/repoview/" class="inpage">i386</a>  						</li>  						<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> @@ -84,6 +94,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>debuginfo</h3>  					<ul class="pkglist"> @@ -112,6 +128,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> @@ -123,6 +145,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> | 
