Author: Derick Rethans (derickr)
Date: 2026-04-23T10:35:00-04:00

Commit: 
https://github.com/php/web-php/commit/4c04a0435bc880fcda11500c2564f9ca2d115a70
Raw diff: 
https://github.com/php/web-php/commit/4c04a0435bc880fcda11500c2564f9ca2d115a70.diff

Fixed #1892: Rename 'confusing' option to something more descriptive

Changed paths:
  M  downloads.php


Diff:

diff --git a/downloads.php b/downloads.php
index a848352416..21325269b9 100644
--- a/downloads.php
+++ b/downloads.php
@@ -95,7 +95,7 @@ function option(string $value, string $desc, $attributes = 
[]): string
     '8.4' => 'version 8.4',
     '8.3' => 'version 8.3',
     '8.2' => 'version 8.2',
-    'default' => 'OS default version',
+    'default' => 'default PHP version for OS',
 ];
 
 

Reply via email to