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/29/index.html | |
| parent | 35830357e8f94189f1c630c60eba22274df8e4b6 (diff) | |
remi-php74 is open
Diffstat (limited to 'fedora/29/index.html')
| -rw-r--r-- | fedora/29/index.html | 26 | 
1 files changed, 26 insertions, 0 deletions
diff --git a/fedora/29/index.html b/fedora/29/index.html index 06f12b99..2d12ee6c 100644 --- a/fedora/29/index.html +++ b/fedora/29/index.html @@ -40,6 +40,15 @@  							<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>remi-php73 (only PHP 7.3 and extensions, also needs remi)</h3>  					<ul class="pkglist">  						<li> @@ -52,6 +61,12 @@  					<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="test73/i386/repoview/" class="inpage">PHP 7.3 - i386</a>  						</li>  						<li> @@ -79,6 +94,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-php73/i386/repoview/" class="inpage">php73 - i386</a> @@ -93,6 +113,12 @@  							<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> +						<li>  							<a href="debug-test73/i386/repoview/" class="inpage">php73 - test - i386</a>  						</li>  						<li>  | 
