php-ast: Update to 1.0.8

Release notes
-------------
- Recommend using the new constant `ast\flags\PARAM_MODIFIER_*` when
  checking if parameters use constructor property promotion.
  The values of `ast\flags\MODIFIER_*` and `ast\flags\PARAM_VARIADIC` had
  some overlap in some php 7 versions.
  The new constants will have the same values as `ast\flags\MODIFIER_*`
  in PHP 8.0+, but different values in PHP 7
  (and these flags will never be set in php 7).
- Support PHP 8.0's named arguments.
- Support PHP 8.0's nullsafe operator (`?->`).
This commit is contained in:
Travis Paul 2020-08-05 22:45:04 +00:00
parent f318ed333b
commit 8b5f0623bf
No known key found for this signature in database
GPG Key ID: 0CA1F92FA8ED3A64
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD$
MODNAME= ast
PECL_VERSION= 1.0.6
PECL_VERSION= 1.0.8
CATEGORIES= devel
MAINTAINER= tpaul@NetBSD.org

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (php-ast/ast-1.0.6.tgz) = f50cfe5cd10f54a61c617c2c6b8bbdf5862a48bf
RMD160 (php-ast/ast-1.0.6.tgz) = da79697181e44dd2bc35b35d09d1c137bde21f20
SHA512 (php-ast/ast-1.0.6.tgz) = 42ee07ee082ea3c6dcfd86ba25aa3d5bf188f277684acd63f5013b3da6b9ea5eafa2ac55a630ffe43aaf2d7366f055a372e61912a426e1413710658b1d9e4013
Size (php-ast/ast-1.0.6.tgz) = 41041 bytes
SHA1 (php-ast/ast-1.0.8.tgz) = 4be71dbb3a0bed2c419fe8e4ca1d21d46576cc92
RMD160 (php-ast/ast-1.0.8.tgz) = 044e207d949377a47ea482d765fa80039f28267c
SHA512 (php-ast/ast-1.0.8.tgz) = c8363f7f95e5f42811caa780ef385b92d1917ed8ffb2f25e73319b451250e594c2b20df24c8ac8b6f5bca74e8d600b72d8eacf1a38d95a2fa4aec04aa355919b
Size (php-ast/ast-1.0.8.tgz) = 45409 bytes