1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fix to show PHP 8.1 source on the downloads page

This commit is contained in:
Shivam Mathur
2025-12-20 03:05:17 +05:30
parent 2fdb205aee
commit 6a7e8b5e35

View File

@@ -126,7 +126,7 @@ function show_source_releases()
{
global $RELEASES;
$SHOW_COUNT = 4;
$SHOW_COUNT = 5;
$current_uri = htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES, 'UTF-8');