Home
last modified time | relevance | path

Searched refs:RELEASES (Results 1 – 6 of 6) sorted by relevance

/web-php/releases/
H A Dindex.php8 $RELEASES = $RELEASES + $OLDRELEASES; variable
21 if (isset($RELEASES[$ver])) {
22 $combinedReleases = array_replace_recursive($RELEASES, $OLDRELEASES);
55 foreach ($RELEASES as $major => $release) {
89 $active_majors = array_keys($RELEASES);
H A Dfeed.php25 $RELEASED_VERSIONS = array_reduce($RELEASES, 'array_merge', []);
/web-php/include/
H A Dbranches.inc117 foreach ($GLOBALS['RELEASES'] as $major => $releases) {
142 foreach ($GLOBALS['RELEASES'] as $major => $releases) {
197 foreach ($GLOBALS['RELEASES'] as $major => $releases) {
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"])) {
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;
[all …]
H A Dversion.inc18 $RELEASES = (function () {
95 global $RELEASES;
99 foreach ($RELEASES as $versions) {
/web-php/bin/
H A DbumpRelease15 isset($RELEASES[$major]) or die("Unknown major version $major");
19 $info = $RELEASES[$major][$version] ?? null;
/web-php/
H A Ddownloads.php68 <?php $i = 0; foreach ($RELEASES as $MAJOR => $major_releases): /* major releases loop start */

Completed in 7 milliseconds