diff options
Diffstat (limited to 'fedora/32')
| -rw-r--r-- | fedora/32/index.html | 17 | 
1 files changed, 16 insertions, 1 deletions
| diff --git a/fedora/32/index.html b/fedora/32/index.html index 81c1f4b0..4b2df9ce 100644 --- a/fedora/32/index.html +++ b/fedora/32/index.html @@ -34,10 +34,19 @@  							<a href="remi/x86_64/repoview/" class="inpage">x86_64</a>  						</li>  					</ul> +					<h3>remi-php80 (only PHP 8.0 and extensions, also needs remi)</h3> +					<ul class="pkglist"> +						<li> +							<a href="php80/x86_64/repoview/" class="inpage">x86_64</a> +						</li> +					</ul>  					<h3>Test packages, please try them</h3>  					<ul class="pkglist">  						<li> -							<a href="test/x86_64/repoview/" class="inpage">PHP 7.2 - x86_64</a> +							<a href="test80/x86_64/repoview/" class="inpage">PHP 8.0 - x86_64</a> +						</li> +						<li> +							<a href="test/x86_64/repoview/" class="inpage">PHP 7.4 - x86_64</a>  						</li>  					</ul>  					<h3>development</h3> @@ -50,9 +59,15 @@  					<h3>debuginfo</h3>  					<ul class="pkglist">  						<li> +							<a href="debug-php80/x86_64/repoview/" class="inpage">php80 - x86_64</a> +						</li> +						<li>  							<a href="debug-remi/x86_64/repoview/" class="inpage">remi - x86_64</a>  						</li>  						<li> +							<a href="debug-test80/x86_64/repoview/" class="inpage">php80 - test - x86_64</a> +						</li> +						<li>  							<a href="debug-test/x86_64/repoview/" class="inpage">test - x86_64</a>  						</li>  					</ul> | 
