diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2018-02-04 11:35:39 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2018-02-04 11:35:39 +0000 |
commit | 886bf4539d809a9d850eebdb69ce2f9111f29042 (patch) | |
tree | b68fee17b3efe489af4d7869fe86e81a55f5195c | |
parent | 3e040f434df44cb54a05988281345da045e13fe5 (diff) | |
download | pkgsrc-886bf4539d809a9d850eebdb69ce2f9111f29042.tar.gz |
note a planned End of Life for support of PHP 5.6.x and PHP 7.0.x
Those releases will stop getting official support on Dec 31 2018 and
Dec 3 2018 respectively, and they should be removed from pkgsrc by then.
-rw-r--r-- | lang/php56/DESCR | 3 | ||||
-rw-r--r-- | lang/php56/MESSAGE | 9 | ||||
-rw-r--r-- | lang/php70/DESCR | 3 | ||||
-rw-r--r-- | lang/php70/MESSAGE | 9 |
4 files changed, 22 insertions, 2 deletions
diff --git a/lang/php56/DESCR b/lang/php56/DESCR index 28e7728d71f..0403375a147 100644 --- a/lang/php56/DESCR +++ b/lang/php56/DESCR @@ -5,3 +5,6 @@ thrown in. The language is designed to allow web developers to write dynamically generated pages quickly. This package provides PHP version 5.6.x. + +NOTE: This version is on security support only, with planned End of Live +on December 31 2018. Update to PHP 7.1.x or 7.2.x is recommended. diff --git a/lang/php56/MESSAGE b/lang/php56/MESSAGE index 518ab7f54bd..4c056cdf24f 100644 --- a/lang/php56/MESSAGE +++ b/lang/php56/MESSAGE @@ -1,5 +1,12 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2014/11/24 15:37:08 taca Exp $ +$NetBSD: MESSAGE,v 1.2 2018/02/04 11:35:39 jdolecek Exp $ + +NOTE: This PHP version is on extended Security fixes only support, +with End of Live planned on December 31 2018. For details, see + + http://php.net/supported-versions.php + +=========================================================================== To process PHP scripts, you will need a PHP-enabled HTTP server. You may either configure the HTTP server to use the PHP CGI binary located in diff --git a/lang/php70/DESCR b/lang/php70/DESCR index dc671ccc3cf..2524d76dd4b 100644 --- a/lang/php70/DESCR +++ b/lang/php70/DESCR @@ -21,3 +21,6 @@ and new features such as * Return and Scalar Type Declarations * Anonymous Classes * Zero cost asserts + +NOTE: This version is on security support only, with planned End of Live +on December 3 2018. Update to PHP 7.1.x or 7.2.x is recommended. diff --git a/lang/php70/MESSAGE b/lang/php70/MESSAGE index 83db3fa301f..99ee0b9ce30 100644 --- a/lang/php70/MESSAGE +++ b/lang/php70/MESSAGE @@ -1,5 +1,12 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2015/12/06 15:17:31 taca Exp $ +$NetBSD: MESSAGE,v 1.2 2018/02/04 11:35:39 jdolecek Exp $ + +NOTE: This PHP version is on extended Security fixes only support, +with End of Live planned on December 3 2018. For details, see + + http://php.net/supported-versions.php + +=========================================================================== To process PHP scripts, you will need a PHP-enabled HTTP server. You may either configure the HTTP server to use the PHP CGI binary located in |