Searched refs:major (Results 1 – 17 of 17) sorted by relevance
/web-php/bin/ |
H A D | bumpRelease | 14 $major = (int) $_SERVER['argv'][1]; variable 15 isset($RELEASES[$major]) or die("Unknown major version $major"); 18 $version = get_current_release_for_branch($major, $minor); 19 $info = $RELEASES[$major][$version] ?? null; 22 fwrite(STDERR, "Unable to find a current PHP release for {$major}.{$minor}\n"); 31 $OLDRELEASES[$major] = array_merge( 33 $OLDRELEASES[$major] ?? []
|
H A D | createReleaseEntry | 28 $major = $matches[1]; variable 29 $branch = "{$major}.{$matches[2]}"; 40 The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-{$major}.php#{$versio…
|
/web-php/releases/ |
H A D | index.php | 13 foreach (get_active_branches(false) as $major => $releases) { 14 $supportedVersions[$major] = array_keys($releases); 55 foreach ($RELEASES as $major => $release) { 60 $machineReadable[$major] = $r; 91 foreach ($OLDRELEASES as $major => $a) { 92 echo '<a id="v' . $major . '"></a>'; 93 if (!in_array($major, $active_majors, false)) { 104 $major, 185 function mk_rel(int $major, argument 210 if ($major > 3) { [all …]
|
H A D | states.php | 16 foreach (get_all_branches() as $major => $releases) { 17 $states[$major] = []; 19 $states[$major][$branch] = [ 26 krsort($states[$major]);
|
H A D | NEWS_5_4_0_RC1.txt | 3859 result in major slowdown). (Dmitry)
|
H A D | NEWS_5_4_0_beta1.txt | 3763 result in major slowdown). (Dmitry)
|
/web-php/include/ |
H A D | branches.inc | 109 …if (!isset($branches[$major][$branch]) || version_compare($version, $branches[$major][$branch]['ve… 122 …if (!isset($branches[$major][$branch]) || version_compare($version, $branches[$major][$branch]['ve… 161 if (!empty($branches[$major])) { 162 ksort($branches[$major]); 184 …if (!isset($branches[$major][$branch]) || version_compare($version, $branches[$major][$branch]['ve… 185 $branches[$major][$branch] = [ 220 $major = $parts[0]; 227 $branches[$major][$branch] = [ 254 $major = substr($branch, 0, strpos($branch, '.')); 297 if (isset($GLOBALS['RELEASES'][$major][$last])) { [all …]
|
H A D | changelogs.inc | 63 foreach ([8, 7, 5, 4] as $major) { 64 if ($major === $current_major) { 65 $sidebar .= " <li><b>PHP {$major}.x</b>\n <ul>"; 71 $sidebar .= " <li><a href=\"/ChangeLog-{$major}.php\">PHP {$major}.x</a></li>\n";
|
H A D | version.inc | 4 * "major release number" => array( 72 [$major] = explode('.', $version, 2); 88 $ret[$major][$version] = $info;
|
H A D | gpg-keys.inc | 200 [$major] = explode('.', $branch, 2); 201 return isset($active[$major][$branch]);
|
H A D | pregen-news.inc | 18990 7.0.0. This release marks the start of the new major PHP 7 series. 19026 It is not just a next major PHP version being released today. 19039 7.0.0. This release marks the start of the new major PHP 7 series. 19207 major series. All users of PHP are encouraged to test this version carefully, 19260 major series. All users of PHP are encouraged to test this version carefully, 19302 major series. All users of PHP are encouraged to test this version carefully, 19356 major series. All users of PHP are encouraged to test this version carefully, 19456 major series. All users of PHP are encouraged to test this version carefully, 19508 major series. All users of PHP are encouraged to test this version carefully, 19625 major series. All users of PHP are encouraged to test this version carefully, [all …]
|
H A D | errors.inc | 603 * @param array<string, string> $legacy_urls URLs to legacy manuals, indexed by major PHP version
|
/web-php/ |
H A D | index.php | 107 foreach ($active_branches as $major => $releases) { 111 [$major, $minor, $_] = explode('.', $version); 113 …<a class='notes' href='/ChangeLog-$major.php#$version'>Changelog</a> · <a class='notes' hre…
|
H A D | eol.php | 48 <?php foreach (get_eol_branches() as $major => $branches): ?>
|
H A D | supported-versions.php | 49 <?php foreach (get_active_branches(false) as $major => $releases): ?>
|
H A D | git-php.php | 16 You can find more information about Git and download clients for most major
|
/web-php/releases/8.4/ |
H A D | release.inc | 170 [$major, $minor] = explode('.', $this->version); 172 $this->version = "{$major}.{$minor}"; 192 [$major, $minor] = explode('.', $this->version); 194 $this->version = "{$major}.{$minor}";
|
Completed in 101 milliseconds