Searched refs:branch (Results 1 – 12 of 12) sorted by relevance
/web-php/include/ |
H A D | branches.inc | 108 if ($branch) { 121 if ($branch) { 132 krsort($branch); 239 krsort($branch); 250 $branch = version_number_to_branch($branch); 251 if (!$branch) { 254 $major = substr($branch, 0, strpos($branch, '.')); 278 $branch = version_number_to_branch($branch); 279 if (!$branch) { 282 $major = substr($branch, 0, strpos($branch, '.')); [all …]
|
H A D | changelogs.inc | 42 function changelog_makelink(string $branch): string { 43 …return '<a href="#PHP_' . urlencode(strtr($branch, '.', '_')) . '">' . htmlentities($branch) . '</… 54 foreach ($minor_versions as $branch) { 55 echo $glue, changelog_makelink($branch); 66 foreach ($minor_versions as $branch) { 67 $sidebar .= " <li>" . changelog_makelink($branch) . "</li>\n";
|
H A D | gpg-keys.inc | 199 return array_filter($branches, function ($branch) use ($active) { 200 [$major] = explode('.', $branch, 2); 201 return isset($active[$major][$branch]); 206 foreach (gpg_key_get_branches($activeOnly) as $branch => $rms) { 212 $branch = htmlentities($branch, ENT_QUOTES, 'UTF-8'); 215 echo "<h3 id='gpg-$branch' class='content-header'>PHP $branch</h3>\n";
|
H A D | pregen-news.inc | 3630 … PHP 5.6.40 is the last scheduled release of PHP 5.6 branch. There may be additional release if we 3633 5.6 branch. 4121 … PHP 5.6.39 is the last scheduled release of PHP 5.6 branch. There may be additional release if we 4124 5.6 branch. 9353 This release marks the end of the two years active support period for the 7.0 branch. 9354 The further releases of the 7.0 branch will be issued on demand and contain only critical 9370 This release marks the end of the two years active support period for the 7.0 branch. 9371 The further releases of the 7.0 branch will be issued on demand and contain only critical 20323 …PHP 5.4.45 is the last scheduled release of PHP 5.4 branch. There may be additional release if we … 20817 …is the first security release of the PHP 5.5 branch. This and all the following releases of this b… [all …]
|
/web-php/images/ |
H A D | supported-versions.php | 19 foreach ($major_branches as $branch => $version) { 20 … if (version_compare($branch, '5.3', 'ge') && get_branch_security_eol_date($branch) > min_date()) { 21 $branches[$branch] = $version; 52 foreach ($branches as $branch => $version) { 53 $branches[$branch]['top'] = $header_height + ($branch_height * $i++); 123 <?php foreach ($branches as $branch => $version): ?> 124 <g class="<?php echo get_branch_support_state($branch) ?>"> 127 <?php echo htmlspecialchars($branch) ?> 135 <?php foreach ($branches as $branch => $version): ?> 137 $x_release = date_horiz_coord(get_branch_release_date($branch)); [all …]
|
/web-php/ |
H A D | supported-versions.php | 51 <?php foreach ($releases as $branch => $release): ?> 53 $state = get_branch_support_state($branch); 54 $initial = get_branch_release_date($branch); 55 $until = get_branch_bug_eol_date($branch); 56 $eol = get_branch_security_eol_date($branch); 61 …p#v<?php echo htmlspecialchars($release['version']) ?>"><?php echo htmlspecialchars($branch) ?></a> 62 <?php if (isset($VERSION_NOTES[$branch])): ?> 63 <a class="version-notes" href="<?php echo htmlspecialchars($VERSION_NOTES[$branch]) ?>">*</a>
|
H A D | eol.php | 49 <?php foreach ($branches as $branch => $detail): ?> 50 <?php $eolDate = get_branch_security_eol_date($branch) ?> 53 <td><?php echo htmlspecialchars($branch); ?></td> 65 <?php echo $BRANCH_NOTES[$branch] ?? ''; ?>
|
H A D | composer.lock | 101 "branch-alias": { 176 "branch-alias": { 600 "branch-alias": { 653 "branch-alias": { 785 "branch-alias": { 847 "branch-alias": { 912 "branch-alias": { 972 "branch-alias": { 1032 "branch-alias": { 1119 "branch-alias": { [all …]
|
/web-php/releases/ |
H A D | states.php | 18 foreach ($releases as $branch => $release) { 19 $states[$major][$branch] = [ 20 'state' => get_branch_support_state($branch), 21 'initial_release' => formatDate(get_branch_release_date($branch)), 22 'active_support_end' => formatDate(get_branch_bug_eol_date($branch)), 23 'security_support_end' => formatDate(get_branch_security_eol_date($branch)),
|
H A D | index.php | 172 foreach ($branches as $branch => $detail) { 175 $eol[$detail_date] = sprintf('<li>%s: %s</li>', $branch, date('j M Y', $detail_date));
|
/web-php/bin/ |
H A D | createReleaseEntry | 29 $branch = "{$major}.{$matches[2]}"; variable 36 <p>All PHP $branch users are encouraged to upgrade to this version.</p>
|
/web-php/.github/ |
H A D | CONTRIBUTING.md | 26 If your pull request exhibits conflicts with the base branch, please resolve
|
Completed in 85 milliseconds