Home
last modified time | relevance | path

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

/web-php/bin/
H A DbumpRelease16 $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 Dindex.php111 [$major, $minor, $_] = explode('.', $version);
113 …#$version'>Changelog</a> &middot; <a class='notes' href='/migration$major$minor'>Upgrading</a></li…
/web-php/include/
H A Dbranches.inc415 function get_current_release_for_branch(int $major, ?int $minor): ?string {
419 if ($minor !== null) {
420 $prefix .= "{$minor}.";
H A Dpregen-news.inc669 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 DNEWS_5_4_0_RC1.txt3154 - 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 DNEWS_5_4_0_beta1.txt3058 - 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 187 milliseconds