create_summary_websites.sh: write csv files also for versions 8.3, 8.4 and 8.5
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user