Home
last modified time | relevance | path

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

/web-php/
H A Dsupported-versions.php54 $initial = get_branch_release_date($branch); variable
66 <td><?php echo htmlspecialchars($initial->format('j M Y')) ?></td>
67 …<td class="collapse-phone"><em><?php echo htmlspecialchars(format_interval($initial, $now)) ?></em…
/web-php/include/
H A Dbranches.inc343 // Versions before 8.1 have 3-year support since the initial release
356 $initial = get_initial_release($branch);
358 return $initial ? new DateTime($initial['date']) : null;
362 $initial = get_branch_release_date($branch);
366 if ($initial && $bug && $security) {
377 if ($now >= $initial) {
H A Dheader.inc54 <meta name="viewport" content="width=device-width, initial-scale=1.0">
/web-php/releases/
H A DNEWS_5_4_0_beta2.txt16 . Fixed bug #55825 (Missing initial value of static locals in trait methods).
H A DNEWS_5_4_0_RC1.txt59 . Fixed bug #55825 (Missing initial value of static locals in trait methods).
2221 - Changed array_reduce() to allow mixed $initial (Christian Seiler)
6537 - Fixed bug #29954 (array_reduce segfaults when initial value is array). (Tony)
H A DNEWS_5_4_0_beta1.txt2125 - Changed array_reduce() to allow mixed $initial (Christian Seiler)
6441 - Fixed bug #29954 (array_reduce segfaults when initial value is array). (Tony)

Completed in 83 milliseconds