Home
last modified time | relevance | path

Searched refs:major (Results 1 – 16 of 16) sorted by relevance

/web-php/bin/
H A DbumpRelease14 $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 DcreateReleaseEntry28 $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 Dindex.php13 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 Dstates.php16 foreach (get_all_branches() as $major => $releases) {
17 $states[$major] = [];
19 $states[$major][$branch] = [
26 krsort($states[$major]);
H A DNEWS_5_4_0_RC1.txt3859 result in major slowdown). (Dmitry)
H A DNEWS_5_4_0_beta1.txt3763 result in major slowdown). (Dmitry)
/web-php/include/
H A Dbranches.inc106 …if (!isset($branches[$major][$branch]) || version_compare($version, $branches[$major][$branch]['ve…
119 …if (!isset($branches[$major][$branch]) || version_compare($version, $branches[$major][$branch]['ve…
158 if (!empty($branches[$major])) {
159 ksort($branches[$major]);
181 …if (!isset($branches[$major][$branch]) || version_compare($version, $branches[$major][$branch]['ve…
182 $branches[$major][$branch] = [
217 $major = $parts[0];
224 $branches[$major][$branch] = [
251 $major = substr($branch, 0, strpos($branch, '.'));
290 if (isset($GLOBALS['RELEASES'][$major][$last])) {
[all …]
H A Dchangelogs.inc59 foreach ([8, 7, 5, 4] as $major) {
60 if ($major === $current_major) {
61 $sidebar .= " <li><b>PHP {$major}.x</b>\n <ul>";
67 $sidebar .= " <li><a href=\"/ChangeLog-{$major}.php\">PHP {$major}.x</a></li>\n";
H A Dversion.inc4 * "major release number" => array(
60 [$major] = explode('.', $version, 2);
76 $ret[$major][$version] = $info;
H A Dgpg-keys.inc200 [$major] = explode('.', $branch, 2);
201 return isset($active[$major][$branch]);
H A Dpregen-news.inc18990 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 Derrors.inc601 * @param array<string, string> $legacy_urls URLs to legacy manuals, indexed by major PHP version
/web-php/
H A Dindex.php107 foreach ($active_branches as $major => $releases) {
111 [$major, $minor, $_] = explode('.', $version);
113 …<a class='notes' href='/ChangeLog-$major.php#$version'>Changelog</a> &middot; <a class='notes' hre…
H A Deol.php48 <?php foreach (get_eol_branches() as $major => $branches): ?>
H A Dsupported-versions.php49 <?php foreach (get_active_branches(false) as $major => $releases): ?>
H A Dgit-php.php16 You can find more information about Git and download clients for most major

Completed in 266 milliseconds