Commit: 5d0d7f3bfc5dc0273c478b7e598501277469ba70 Author: Adam Harvey <[email protected]> Tue, 30 Sep 2014 17:13:01 -0700 Parents: 6719d065bb429cabf637a8c5a2cceff1c460fd9c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=5d0d7f3bfc5dc0273c478b7e598501277469ba70 Log: It would be nice to have the actual version number, too. Changed paths: M include/branches.inc Diff: diff --git a/include/branches.inc b/include/branches.inc index 45d1964..385b2e4 100644 --- a/include/branches.inc +++ b/include/branches.inc @@ -17,6 +17,7 @@ function get_active_branches() { if ($branch = version_number_to_branch($version)) { if (empty($release['eol'])) { $branches[$major][$branch] = $release; + $branches[$major][$branch]['version'] = $version; } } } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
