summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2016-12-23 18:38:04 +0000
committerjdolecek <jdolecek>2016-12-23 18:38:04 +0000
commit56b75887404faf393e4e763e1a2f1152cc53e4bc (patch)
treebcecc6299e86e45c63bfbdc31d1ed0f965668d1f /lang
parentbc4027c915b5cc0f9653aa7c55b50a245cb2ab08 (diff)
downloadpkgsrc-56b75887404faf393e4e763e1a2f1152cc53e4bc.tar.gz
7.1.0 is out of beta, drop the warning from MESSAGE and expand DESCR a bit
Diffstat (limited to 'lang')
-rw-r--r--lang/php71/DESCR11
-rw-r--r--lang/php71/MESSAGE4
2 files changed, 8 insertions, 7 deletions
diff --git a/lang/php71/DESCR b/lang/php71/DESCR
index ce8ae43d3e8..514fd63ee09 100644
--- a/lang/php71/DESCR
+++ b/lang/php71/DESCR
@@ -9,11 +9,14 @@ This package provides PHP version 7.1.x.
PHP 7.1.x builds upon 7.0.x, adding new features:
-* Iterable type.
+* Nullable types
+* Void return type
+* Iterable pseudo-type
+* Class constant visibility modifiers
+* Square bracket syntax for array destructuring assignment
+* Catching multiple exceptions types
* HTTP/2 Server Push Support in ext/curl & other ext/curl improvements
* Fix inconsistent behavior in $this variable
-* Square bracket syntax for array destructuring assignment
* Create closure from callable
* More precise float values
-* Asynchronous Signal Handling (without ticks) in ext/pcntl.
-* Additional Context in pcntl_signal Handler
+* Asynchronous Signal Handling (without ticks) in ext/pcntl
diff --git a/lang/php71/MESSAGE b/lang/php71/MESSAGE
index 1d6d323fb43..f955d978249 100644
--- a/lang/php71/MESSAGE
+++ b/lang/php71/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2016/08/04 14:09:03 jdolecek Exp $
+$NetBSD: MESSAGE,v 1.2 2016/12/23 18:38:04 jdolecek Exp $
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
@@ -8,6 +8,4 @@ either configure the HTTP server to use the PHP CGI binary located in
or you may install a PHP module for your HTTP server, e.g. www/ap-php.
-WARNING:
-PHP 7.1 is BETA, THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
===========================================================================