Searched refs:minor (Results 1 – 6 of 6) sorted by relevance
16 $minor = isset($_SERVER['argv'][2]) ? (int) $_SERVER['argv'][2] : null; variable18 $version = get_current_release_for_branch($major, $minor);22 fwrite(STDERR, "Unable to find a current PHP release for {$major}.{$minor}\n");
111 [$major, $minor, $_] = explode('.', $version);113 …#$version'>Changelog</a> · <a class='notes' href='/migration$major$minor'>Upgrading</a></li…
415 function get_current_release_for_branch(int $major, ?int $minor): ?string {419 if ($minor !== null) {420 $prefix .= "{$minor}.";
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 …]
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)
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 94 milliseconds