Closed (fixed)
Project:
Warden
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
28 Apr 2017 at 08:25 UTC
Updated:
25 May 2017 at 20:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mike.davis commentedAs with #2826110: Provide Javascript library version details, I think for the initial release of this, we can add some config to the warden config variables which defines that third party PHP libraries and version number which can then be read by Warden Server.
We can look at the options of automating the list of PHP library versions at a later date.
Comment #3
mike.davis commentedComment #4
mike.davis commentedIn the update for #2826110: Provide Javascript library version details there is a 'js_library' array key which contains this information. We should look at changing this to just be a 'libraries' key, which will then contain a 'js' subkey for the Javascript library version information and a 'php' subkey for the PHP library version information.
Something like:
Comment #5
mike.davis commentedHere is the patch for this change.
Comment #7
mike.davis commentedThis has been committed to the 8.x-1.x branch now so we can get the 7.x branch patch
Comment #8
mike.davis commentedHere is the patch for 7.x-1. branch
Comment #10
mike.davis commentedThis has now been updated for both 7.x and 8.x branches