diff options
author | taca <taca@pkgsrc.org> | 2022-02-20 13:08:52 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-02-20 13:08:52 +0000 |
commit | f1af77a1d9083a8e59f4366773dac4ac8e9623f4 (patch) | |
tree | 88813729db0a7808d3c3899c56082e25bdc7e063 /lang/php | |
parent | d5c6068efffcea0a7bd516f91fddbd38ed6d5c67 (diff) | |
download | pkgsrc-f1af77a1d9083a8e59f4366773dac4ac8e9623f4.tar.gz |
lang/php80: update to 8.0.16
17 Feb 2022, PHP 8.0.16
- Core:
. Fixed bug #81430 (Attribute instantiation leaves dangling pointer).
(beberlei)
. Fixed bug GH-7896 (Environment vars may be mangled on Windows). (cmb)
- FFI:
. Fixed bug GH-7867 (FFI::cast() from pointer to array is broken). (cmb,
dmitry)
- Filter:
. Fix #81708: UAF due to php_filter_float() failing for ints. (stas)
- FPM:
. Fixed memory leak on invalid port. (David Carlier)
- MBString:
. Fixed bug GH-7902 (mb_send_mail may delimit headers with LF only). (cmb)
- MySQLnd:
. Fixed bug GH-7972 (MariaDB version prefix 5.5.5- is not stripped). (Kamil Tekiela)
- Sockets:
. Fixed ext/sockets build on Haiku. (David Carlier)
. Fixed bug GH-7978 (sockets extension compilation errors). (David Carlier)
- Standard:
. Fixed bug GH-7875 (mails are sent even if failure to log throws exception).
(cmb)
Diffstat (limited to 'lang/php')
-rw-r--r-- | lang/php/phpversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 865f5cfea6e..dcffaf005f4 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.356 2022/02/20 13:03:01 taca Exp $ +# $NetBSD: phpversion.mk,v 1.357 2022/02/20 13:08:52 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -89,7 +89,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.40 PHP74_VERSION= 7.4.28 -PHP80_VERSION= 8.0.15 +PHP80_VERSION= 8.0.16 PHP81_VERSION= 8.1.2 # Define initial release of major version. |