6a2b156325
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
15 lines
376 B
Makefile
15 lines
376 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2017/11/15 08:56:12 jdolecek Exp $
|
|
|
|
BUILDLINK_TREE+= php
|
|
|
|
.if !defined(PHP_BUILDLINK3_MK)
|
|
PHP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.php+= php>=7.2.0rc1<7.3
|
|
BUILDLINK_ABI_DEPENDS.php+= php>=7.2.0rc1<7.3
|
|
BUILDLINK_PKGSRCDIR.php?= ../../lang/php72
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.endif # PHP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -php
|