Searched refs:minor (Results 1 – 7 of 7) sorted by relevance
/web-php/bin/ |
H A D | bumpRelease | 16 $minor = isset($_SERVER['argv'][2]) ? (int) $_SERVER['argv'][2] : null; variable 18 $version = get_current_release_for_branch($major, $minor); 22 fwrite(STDERR, "Unable to find a current PHP release for {$major}.{$minor}\n");
|
/web-php/ |
H A D | index.php | 111 [$major, $minor, $_] = explode('.', $version); 113 …#$version'>Changelog</a> · <a class='notes' href='/migration$major$minor'>Upgrading</a></li…
|
/web-php/releases/8.4/ |
H A D | release.inc | 170 [$major, $minor] = explode('.', $this->version); 171 $minor++; 172 $this->version = "{$major}.{$minor}"; 192 [$major, $minor] = explode('.', $this->version); 193 $minor++; 194 $this->version = "{$major}.{$minor}";
|
/web-php/include/ |
H A D | branches.inc | 422 function get_current_release_for_branch(int $major, ?int $minor): ?string { 426 if ($minor !== null) { 427 $prefix .= "{$minor}.";
|
H A D | pregen-news.inc | 669 7.2.21. This is a security release which also contains several minor bug fixes.</p> 1576 This is a security release which also contains several minor bug fixes.</p> 1924 7.2.18. This is a security release which also contains several minor bug fixes.</p> 2174 This is a security release which also contains several minor bug fixes.</p> 2998 7.2.16. This is a security release which also contains several minor bug fixes.</p> 3784 7.2.14. This is a security release which also contains several minor bug fixes.</p> 5316 7.2.10. This is a security release which also contains several minor bug fixes.</p> 6178 7.2.8. This is a security release which also contains several minor bug fixes.</p> 7591 7.2.5. This is a security release which also contains several minor bug fixes.</p> 8058 7.2.4. This is a security release which also contains several minor bug fixes.</p> [all …]
|
/web-php/releases/ |
H A D | NEWS_5_4_0_RC1.txt | 3154 - Reverted fix for bug #44197 due to behaviour change in minor version. 3326 - Fixed bug #44830 (Very minor issue with backslash in heredoc). (Matt)
|
H A D | NEWS_5_4_0_beta1.txt | 3058 - Reverted fix for bug #44197 due to behaviour change in minor version. 3230 - Fixed bug #44830 (Very minor issue with backslash in heredoc). (Matt)
|
Completed in 82 milliseconds