Home
last modified time | relevance | path

Searched refs:branch (Results 1 – 12 of 12) sorted by relevance

/web-php/include/
H A Dbranches.inc105 if ($branch) {
118 if ($branch) {
129 krsort($branch);
236 krsort($branch);
247 $branch = version_number_to_branch($branch);
248 if (!$branch) {
251 $major = substr($branch, 0, strpos($branch, '.'));
271 $branch = version_number_to_branch($branch);
272 if (!$branch) {
275 $major = substr($branch, 0, strpos($branch, '.'));
[all …]
H A Dchangelogs.inc38 function changelog_makelink(string $branch): string {
39 …return '<a href="#PHP_' . urlencode(strtr($branch, '.', '_')) . '">' . htmlentities($branch) . '</…
50 foreach ($minor_versions as $branch) {
51 echo $glue, changelog_makelink($branch);
62 foreach ($minor_versions as $branch) {
63 $sidebar .= " <li>" . changelog_makelink($branch) . "</li>\n";
H A Dgpg-keys.inc199 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 Dpregen-news.inc3630 … 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 Dsupported-versions.php19 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 Dsupported-versions.php51 <?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 Deol.php49 <?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 Dcomposer.lock101 "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 Dstates.php18 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 Dindex.php172 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 DcreateReleaseEntry29 $branch = "{$major}.{$matches[2]}"; variable
36 <p>All PHP $branch users are encouraged to upgrade to this version.</p>
/web-php/.github/
H A DCONTRIBUTING.md26 If your pull request exhibits conflicts with the base branch, please resolve

Completed in 135 milliseconds