From 25ed8789c50d28957af1bb81fe633c1547a121e8 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Wed, 15 Nov 2017 08:56:12 +0000 Subject: 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 --- lang/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/Makefile') 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 -- cgit v1.2.3