pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php71 7.1.0 is out of beta, drop the warning from...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92cead2c035a
branches:  trunk
changeset: 356240:92cead2c035a
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Fri Dec 23 18:38:04 2016 +0000

description:
7.1.0 is out of beta, drop the warning from MESSAGE and expand DESCR a bit

diffstat:

 lang/php71/DESCR   |  11 +++++++----
 lang/php71/MESSAGE |   4 +---
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r f1aadb84ac90 -r 92cead2c035a lang/php71/DESCR
--- a/lang/php71/DESCR  Fri Dec 23 13:50:03 2016 +0000
+++ b/lang/php71/DESCR  Fri Dec 23 18:38:04 2016 +0000
@@ -9,11 +9,14 @@
 
 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 -r f1aadb84ac90 -r 92cead2c035a lang/php71/MESSAGE
--- a/lang/php71/MESSAGE        Fri Dec 23 13:50:03 2016 +0000
+++ b/lang/php71/MESSAGE        Fri Dec 23 18:38:04 2016 +0000
@@ -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 @@
 
 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!
 ===========================================================================



Home | Main Index | Thread Index | Old Index