Commit: 4b29815194fb2dab226eb5beedb2d96d4428de57 Author: Sara Golemon <poll...@php.net> Tue, 1 Jan 2019 13:48:20 -0500 Parents: 584ac86269fc14d40cfd0b805f5ef77f4ee7d8a6 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4b29815194fb2dab226eb5beedb2d96d4428de57 Log: Remove PHP 5.6 support note as it is no longer supported. Changed paths: M supported-versions.php Diff: diff --git a/supported-versions.php b/supported-versions.php index aa95113..d081ee7 100644 --- a/supported-versions.php +++ b/supported-versions.php @@ -10,7 +10,6 @@ site_header('Supported Versions', array('css' => array('supported-versions.css') // support lifetime, add it under a heading with an anchor, and add the anchor // and branch names to the array below ('x.y' => '#anchor-name'). $VERSION_NOTES = array( - '5.6' => '#php-5.6', ); ?> @@ -116,14 +115,4 @@ include $_SERVER['DOCUMENT_ROOT'] . '/images/supported-versions.php'; </tr> </table> -<h4>Version specific notes</h4> - -<h5 id="php-5.6">PHP 5.6</h5> - -<p> - As it is the final PHP 5 release, support for PHP 5.6 has been extended: - active support will run for an additional four months, and the security fix - period has been doubled from one to two years. Other releases are unaffected. -</p> - <?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php