Lines Matching refs:RELEASES
117 foreach ($GLOBALS['RELEASES'] as $major => $releases) {
142 foreach ($GLOBALS['RELEASES'] as $major => $releases) {
171 * must be in $RELEASES _and_ must be the full version number, not the branch:
196 * the $RELEASES array and not explicitly marked as EOL there". */
197 foreach ($GLOBALS['RELEASES'] as $major => $releases) {
216 // Include any release in the always_include list that's in $RELEASES.
222 if (isset($GLOBALS['RELEASES'][$major][$version])) {
223 $release = $GLOBALS['RELEASES'][$major][$version];
248 * version metadata from $RELEASES for a single release. */
265 * $OLDRELEASES yet, so let's check $RELEASES. */
266 if (isset($GLOBALS['RELEASES'][$major]["$branch.0"])) {
268 $release = $GLOBALS['RELEASES'][$major]["$branch.0"];
296 * $OLDRELEASES yet, so let's check $RELEASES. */
297 if (isset($GLOBALS['RELEASES'][$major][$last])) {
299 $release = $GLOBALS['RELEASES'][$major][$last];
423 global $RELEASES, $OLDRELEASES;
430 foreach (($RELEASES[$major] ?? []) as $version => $_) {