diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2017-11-15 08:56:12 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2017-11-15 08:56:12 +0000 |
commit | 25ed8789c50d28957af1bb81fe633c1547a121e8 (patch) | |
tree | 78ff9adf6c0ab35180ff6355c90885cf122fb323 /lang/Makefile | |
parent | a931d484fe324bb9007db71d9fdcbda3ae8c3bde (diff) | |
download | pkgsrc-25ed8789c50d28957af1bb81fe633c1547a121e8.tar.gz |
Add php72 7.2.0RC6
PHP 7.2.x builds upon 7.1.x, adding new features:
* Argument type declarations
* Object return type declarations
* Parameter Type Widening
* Trailing commas in list syntax
* Argon2 in password hash
* Libsodium as part of PHP Core
* Deprecated: __autoload, $php_errormsg, create_function(),
mbstring.func_overload, parse_str() without second argument,
gmp_random(), each(), assert(), $errcontext
* uniqid() patch to avoid usleep() integrated, 10000x improvement on NetBSD,
about 10x on Linux
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index a9d64f74fb8..a550506359a 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.469 2017/11/01 12:07:31 fhajny Exp $ +# $NetBSD: Makefile,v 1.470 2017/11/15 08:56:12 jdolecek Exp $ # COMMENT= Programming languages @@ -171,6 +171,7 @@ SUBDIR+= pforth SUBDIR+= php56 SUBDIR+= php70 SUBDIR+= php71 +SUBDIR+= php72 SUBDIR+= picoc SUBDIR+= pict SUBDIR+= polyml |