2018-02-05 12:21:56 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.3 2018/02/05 11:21:56 jperkin Exp $
|
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
2017-11-15 09:56:12 +01:00
|
|
|
|
|
|
|
BUILDLINK_TREE+= php
|
|
|
|
|
|
|
|
.if !defined(PHP_BUILDLINK3_MK)
|
|
|
|
PHP_BUILDLINK3_MK:=
|
|
|
|
|
2018-02-05 12:21:56 +01:00
|
|
|
BUILDLINK_API_DEPENDS.php+= php>=7.1.99<7.2.99
|
|
|
|
BUILDLINK_ABI_DEPENDS.php+= php>=7.1.99<7.2.99
|
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
2017-11-15 09:56:12 +01:00
|
|
|
BUILDLINK_PKGSRCDIR.php?= ../../lang/php72
|
|
|
|
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
|
|
.endif # PHP_BUILDLINK3_MK
|
|
|
|
|
|
|
|
BUILDLINK_TREE+= -php
|