diff options
| author | Remi Collet <remi@remirepo.net> | 2019-09-05 12:59:53 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-09-05 12:59:53 +0200 | 
| commit | ae96d5ff541fc615e0e6df9b7cfb921bf6cfe0ab (patch) | |
| tree | b93424b5e6a7559244b46136ec8a10a0d80d4c28 /fedora/31/index.html | |
| parent | 35830357e8f94189f1c630c60eba22274df8e4b6 (diff) | |
remi-php74 is open
Diffstat (limited to 'fedora/31/index.html')
| -rw-r--r-- | fedora/31/index.html | 26 | 
1 files changed, 26 insertions, 0 deletions
diff --git a/fedora/31/index.html b/fedora/31/index.html index b845970f..0f6fff0a 100644 --- a/fedora/31/index.html +++ b/fedora/31/index.html @@ -40,9 +40,24 @@  							<a href="remi/x86_64/repoview/" class="inpage">x86_64</a>  						</li>  					</ul> +					<h3>remi-php74 (only PHP 7.4 and extensions, also needs remi)</h3> +					<ul class="pkglist"> +						<li> +							<a href="php74/i386/repoview/" class="inpage">i386</a> +						</li> +						<li> +							<a href="php74/x86_64/repoview/" class="inpage">x86_64</a> +						</li> +					</ul>  					<h3>Test packages, please try them</h3>  					<ul class="pkglist">  						<li> +							<a href="test74/i386/repoview/" class="inpage">PHP 7.4 - i386</a> +						</li> +						<li> +							<a href="test74/x86_64/repoview/" class="inpage">PHP 7.4 - x86_64</a> +						</li> +						<li>  							<a href="test/i386/repoview/" class="inpage">PHP 7.2 - i386</a>  						</li>  						<li> @@ -64,6 +79,11 @@  						<li>  							<a href="debug-remi/x86_64/repoview/" class="inpage">remi - x86_64</a>  						</li> +						<li> +							<a href="debug-php74/i386/repoview/" class="inpage">php74 - i386</a> +						</li> +						<li> +							<a href="debug-php74/x86_64/repoview/" class="inpage">php74 - x86_64</a>  						</li>  						<li>  							<a href="debug-test/i386/repoview/" class="inpage">test - i386</a> @@ -71,6 +91,12 @@  						<li>  							<a href="debug-test/x86_64/repoview/" class="inpage">test - x86_64</a>  						</li> +						<li> +							<a href="debug-test74/i386/repoview/" class="inpage">php74 - test - i386</a> +						</li> +						<li> +							<a href="debug-test74/x86_64/repoview/" class="inpage">php74 - test - x86_64</a> +						</li>  					</ul>  				</div>  			</div>  | 
