From 9b3adbdeda3b6f8f7d2771acfa308f9531ed7d55 Mon Sep 17 00:00:00 2001 From: christoph Date: Mon, 2 Feb 2026 21:44:38 +0100 Subject: [PATCH] create_summary_websites.sh: write csv files also for versions 8.3, 8.4 and 8.5 --- create_summary_websites.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/create_summary_websites.sh b/create_summary_websites.sh index 972a739..88c28e5 100755 --- a/create_summary_websites.sh +++ b/create_summary_websites.sh @@ -1194,6 +1194,9 @@ cat $_tmp_filename_php_74 | sort >> $filename_php_74 cat $_tmp_filename_php_80 | sort >> $filename_php_80 cat $_tmp_filename_php_81 | sort >> $filename_php_81 cat $_tmp_filename_php_82 | sort >> $filename_php_82 +cat $_tmp_filename_php_83 | sort >> $filename_php_83 +cat $_tmp_filename_php_84 | sort >> $filename_php_84 +cat $_tmp_filename_php_85 | sort >> $filename_php_85 cat $_tmp_filename_not_considered | sort >> $filename_not_considered cat $_tmp_filename_no_php_assigned | sort >> $filename_no_php_assigned