pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php71



Module Name:    pkgsrc
Committed By:   jdolecek
Date:           Fri Dec 23 18:38:04 UTC 2016

Modified Files:
        pkgsrc/lang/php71: DESCR MESSAGE

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php71/DESCR pkgsrc/lang/php71/MESSAGE

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php71/DESCR
diff -u pkgsrc/lang/php71/DESCR:1.1 pkgsrc/lang/php71/DESCR:1.2
--- pkgsrc/lang/php71/DESCR:1.1 Thu Aug  4 14:09:03 2016
+++ pkgsrc/lang/php71/DESCR     Fri Dec 23 18:38:04 2016
@@ -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
Index: pkgsrc/lang/php71/MESSAGE
diff -u pkgsrc/lang/php71/MESSAGE:1.1 pkgsrc/lang/php71/MESSAGE:1.2
--- pkgsrc/lang/php71/MESSAGE:1.1       Thu Aug  4 14:09:03 2016
+++ pkgsrc/lang/php71/MESSAGE   Fri Dec 23 18:38:04 2016
@@ -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 
 
 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