]> granicus.if.org Git - php/commitdiff
PHP 7.1 is the new hotness
authorBishop Bettini <bishop.bettini@gmail.com>
Sat, 6 Jan 2018 02:49:52 +0000 (21:49 -0500)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 6 Jan 2018 20:12:12 +0000 (21:12 +0100)
PHP 7.0 entered security fix phase.

[ci skip]

CONTRIBUTING.md

index 8ab4e87417b747acc58f398b98c7f0b140858b1f..33e86dd69a030015072f307b903833962eb84c2f 100644 (file)
@@ -14,8 +14,8 @@ implement RFCs. Please be sure to include tests as appropriate!
 If you are fixing a bug, then please submit your PR against the lowest actively
 supported branch of PHP that the bug affects (only green branches on
 [the supported version page](http://php.net/supported-versions.php) are supported).
-For example, at the time of writing in mid-2017, the lowest supported version is
-PHP 7.0, which corresponds to the `PHP-7.0` branch in Git. Please also make sure you
+For example, at the time of writing in early-2018, the lowest supported version is
+PHP 7.1, which corresponds to the `PHP-7.1` branch in Git. Please also make sure you
 add a link to the PR in the bug on [the bug tracker](https://bugs.php.net/).
 
 Pull requests implementing RFCs should be submitted against `master`.