diff options
| author | Remi Collet <remi@remirepo.net> | 2024-09-23 16:17:20 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-09-23 16:17:20 +0200 | 
| commit | aa4e9efd212f556ef337ea61d679b9567641ba3c (patch) | |
| tree | 1ce90ea4a3dcc0660736a0e399fd5827e52e5aee /enterprise/9 | |
| parent | 8fd6ec50e313a396c1012b5f6ef8022289c33b31 (diff) | |
php 8.4 modules layout
Diffstat (limited to 'enterprise/9')
| -rw-r--r-- | enterprise/9/index.html | 18 | 
1 files changed, 18 insertions, 0 deletions
diff --git a/enterprise/9/index.html b/enterprise/9/index.html index c82e0077..e86a6783 100644 --- a/enterprise/9/index.html +++ b/enterprise/9/index.html @@ -57,6 +57,15 @@  							<a href="modular/x86_64/repoview/" class="inpage">x86_64</a>, the modular repository  						</li>  					</ul> +					<h3>remi-php84 (only PHP 8.4 and extensions, not a repository, only for browsing)</h3> +					<ul class="pkglist"> +						<li> +							<a href="php84/aarch64/repoview/" class="inpage">aarch64</a>, only for browsing, not a real repository +						</li> +						<li> +							<a href="php84/x86_64/repoview/" class="inpage">x86_64</a>, only for browsing, not a real repository +						</li> +					</ul>  					<h3>remi-php83 (only PHP 8.3 and extensions, not a repository, only for browsing)</h3>  					<ul class="pkglist">  						<li> @@ -108,6 +117,9 @@  							<a href="modular-test/x86_64/repoview/" class="inpage">Modules - x86_64</a>  						</li>  						<li> +							<a href="test84/x86_64/repoview/" class="inpage">PHP 8.4 - x86_64</a> +						</li> +						<li>  							<a href="test83/x86_64/repoview/" class="inpage">PHP 8.3 - x86_64</a>  						</li>  						<li> @@ -126,6 +138,9 @@  							<a href="debug-remi/x86_64/repoview/" class="inpage">remi - x86_64</a>  						</li>  						<li> +							<a href="debug-php84/x86_64/repoview/" class="inpage">php84 - x86_64</a> +						</li> +						<li>  							<a href="debug-php83/x86_64/repoview/" class="inpage">php83 - x86_64</a>  						</li>  						<li> @@ -141,6 +156,9 @@  							<a href="debug-test/x86_64/repoview/" class="inpage">test - x86_64</a>  						</li>  						<li> +							<a href="debug-test84/x86_64/repoview/" class="inpage">php84 - test - x86_64</a> +						</li> +						<li>  							<a href="debug-test83/x86_64/repoview/" class="inpage">php83 - test - x86_64</a>  						</li>  						<li>  | 
