Commit: 98feca68ec2714d9be1bf1c25743dcd457e2e7d2 Author: Ferenc Kovacs <tyr...@gmail.com> Thu, 6 Dec 2018 23:19:58 +0100 Parents: 08f822c5c601c9f9a1e236e102b5d1f26a45a32e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=98feca68ec2714d9be1bf1c25743dcd457e2e7d2 Log: mention the eol status for 5.6 Changed paths: M archive/entries/2018-12-06-2.xml M releases/5_6_39.php Diff: diff --git a/archive/entries/2018-12-06-2.xml b/archive/entries/2018-12-06-2.xml index 84e98cb..5f9bd64 100644 --- a/archive/entries/2018-12-06-2.xml +++ b/archive/entries/2018-12-06-2.xml @@ -21,6 +21,17 @@ Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.6.39">ChangeLog</a>. </p> + + <p>Please note that according to the <a href="http://php.net/supported-versions.php">PHP version +support timelines</a>, + PHP 5.6.39 is the last scheduled release of PHP 5.6 branch. There may be additional release if we +discover + important security issues that warrant it, otherwise this release will be the final one in the PHP +5.6 branch. + If your PHP installation is based on PHP 5.6, it may be a good time to start making the plans for +the upgrade + to PHP 7.1, PHP 7.2 or PHP 7.3. + </p> </div> </content> </entry> diff --git a/releases/5_6_39.php b/releases/5_6_39.php index e513fd6..20ab126 100644 --- a/releases/5_6_39.php +++ b/releases/5_6_39.php @@ -18,4 +18,15 @@ site_header("PHP 5.6.39 Release Announcement"); The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.6.39">ChangeLog</a>. </p> + <p>Please note that according to the <a href="http://php.net/supported-versions.php">PHP version +support timelines</a>, + PHP 5.6.39 is the last scheduled release of PHP 5.6 branch. There may be additional release if we +discover + important security issues that warrant it, otherwise this release will be the final one in the PHP +5.6 branch. + If your PHP installation is based on PHP 5.6, it may be a good time to start making the plans for +the upgrade + to PHP 7.1, PHP 7.2 or PHP 7.3. + </p> + <?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php