diff options
| author | Remi Collet <remi@remirepo.net> | 2018-08-21 11:30:47 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-08-21 11:30:47 +0200 | 
| commit | 3292d0226f812d83369f23c66df1314006e529ba (patch) | |
| tree | e8c6b2416da785bfcf8f019973dc43368bb2bb4f /fedora/27 | |
| parent | 4811506f2e6162436268707f54190c9f1ce705b4 (diff) | |
remi-php73 is open
Diffstat (limited to 'fedora/27')
| -rw-r--r-- | fedora/27/index.html | 33 | 
1 files changed, 30 insertions, 3 deletions
diff --git a/fedora/27/index.html b/fedora/27/index.html index 1e0648a5..3f7e9613 100644 --- a/fedora/27/index.html +++ b/fedora/27/index.html @@ -31,6 +31,15 @@  							<a href="remi/x86_64/repoview/" class="inpage">x86_64</a>  						</li>  					</ul> +					<h3>remi-php73 (only PHP 7.3 and extensions, also needs remi)</h3> +					<ul class="pkglist"> +						<li> +							<a href="php73/i386/repoview/" class="inpage">i386</a> +						</li> +						<li> +							<a href="php73/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> @@ -43,10 +52,10 @@  					<h3>Test packages, please try them</h3>  					<ul class="pkglist">  						<li> -							<a href="test/i386/repoview/" class="inpage">PHP 7.1 - i386</a> +							<a href="test73/i386/repoview/" class="inpage">PHP 7.3 - i386</a>  						</li>  						<li> -							<a href="test/x86_64/repoview/" class="inpage">PHP 7.1 - x86_64</a> +							<a href="test73/x86_64/repoview/" class="inpage">PHP 7.3 - x86_64</a>  						</li>  						<li>  							<a href="test72/i386/repoview/" class="inpage">PHP 7.2 - i386</a> @@ -54,6 +63,12 @@  						<li>  							<a href="test72/x86_64/repoview/" class="inpage">PHP 7.2 - x86_64</a>  						</li> +						<li> +							<a href="test/i386/repoview/" class="inpage">PHP 7.1 - i386</a> +						</li> +						<li> +							<a href="test/x86_64/repoview/" class="inpage">PHP 7.1 - x86_64</a> +						</li>  					</ul>  					<h3>development</h3>  					<ul class="pkglist"> @@ -71,12 +86,18 @@  							<a href="debug-remi/x86_64/repoview/" class="inpage">remi - x86_64</a>  						</li>  						<li> -							<a href="debug-php72i386/repoview/" class="inpage">php72 - i386</a> +							<a href="debug-php72/i386/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-php73/i386/repoview/" class="inpage">php73 - i386</a> +						</li> +						<li> +							<a href="debug-php73/x86_64/repoview/" class="inpage">php73 - 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-test72/x86_64/repoview/" class="inpage">php72 - test - x86_64</a>  						</li> +						<li> +							<a href="debug-test73/i386/repoview/" class="inpage">php73 - test - i386</a> +						</li> +						<li> +							<a href="debug-test73/x86_64/repoview/" class="inpage">php73 - test - x86_64</a> +						</li>  					</ul>  				</div>  			</div>  | 
