Searched refs:stable (Results 1 – 6 of 6) sorted by relevance
/web-php/ |
H A D | downloads.php | 74 <?php $stable = $i++ === 0 ? "Current Stable" : "Old Stable"; ?> variable 77 <span class="release-state"><?php echo $stable; ?></span>
|
H A D | composer.lock | 4108 "minimum-stability": "stable", 4110 "prefer-stable": false,
|
/web-php/include/ |
H A D | branches.inc | 10 * - stable: the end of active support (usually two years after release). 21 'stable' => '2013-07-11', 25 'stable' => '2014-09-14', 29 'stable' => '2015-07-10', 33 'stable' => '2017-01-19', 37 'stable' => '2018-01-04', 310 if (isset($GLOBALS['BRANCHES'][$branch]['stable'])) { 311 return new DateTime($GLOBALS['BRANCHES'][$branch]['stable']); 378 return 'stable';
|
/web-php/styles/ |
H A D | supported-versions.css | 12 table.standard tr.stable td:first-child {
|
/web-php/releases/ |
H A D | NEWS_5_4_0_RC1.txt | 2296 . Update all libraries to their latest stable version. (Pierre, Rob, Liz,
|
H A D | NEWS_5_4_0_beta1.txt | 2200 . Update all libraries to their latest stable version. (Pierre, Rob, Liz,
|
Completed in 55 milliseconds