[PHP-WEBMASTER] [web-php] master: Fix to show PHP 8.1 source on the downloads page

Author: Shivam Mathur (shivammathur)
Date: 2025-12-19T21:50:04Z

Commit: Fix to show PHP 8.1 source on the downloads page · php/web-php@6a7e8b5 · GitHub
Raw diff: https://github.com/php/web-php/commit/6a7e8b5e35213be5058514e564989189a31f2ca2.diff

Fix to show PHP 8.1 source on the downloads page

Changed paths:
  M include/version.inc

Diff:

diff --git a/include/version.inc b/include/version.inc
index f140dfc166..87185f6db8 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -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');