diff options
author | taca <taca@pkgsrc.org> | 2021-08-02 14:09:36 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-08-02 14:09:36 +0000 |
commit | 276a978f1448e14eb2b42284ed1e3562b401a0ba (patch) | |
tree | 21dbf204638404730cd5c53fc1d10f070ddd64e9 /lang/php | |
parent | 313d391d84231e16d6c6e95bee02a448292deab3 (diff) | |
download | pkgsrc-276a978f1448e14eb2b42284ed1e3562b401a0ba.tar.gz |
lang/php80: update to 8.0.9
29 Jul 2021, PHP 8.0.9
- Core:
. Fixed bug #81145 (copy() and stream_copy_to_stream() fail for +4GB files).
(cmb, Nikita)
. Fixed bug #81163 (incorrect handling of indirect vars in __sleep).
(krakjoe)
. Fixed bug #81159 (Object to int warning when using an object as a string
offset). (girgias)
. Fixed bug #80728 (PHP built-in web server resets timeout when it can kill
the process). (Calvin Buckley)
. Fixed bug #73630 (Built-in Weberver - overwrite $_SERVER['request_uri']).
(cmb)
. Fixed bug #80173 (Using return value of zend_assign_to_variable() is not
safe). (Nikita)
. Fixed bug #73226 (--r[fcez] always return zero exit code). (cmb)
- Intl:
. Fixed bug #72809 (Locale::lookup() wrong result with canonicalize option).
(cmb)
. Fixed bug #68471 (IntlDateFormatter fails for "GMT+00:00" timezone). (cmb)
. Fixed bug #74264 (grapheme_strrpos() broken for negative offsets). (cmb)
- OpenSSL:
. Fixed bug #52093 (openssl_csr_sign truncates $serial). (cmb)
- PCRE:
. Fixed bug #81101 (PCRE2 10.37 shows unexpected result). (Anatol)
. Fixed bug #81243 (Too much memory is allocated for preg_replace()). (cmb)
- Reflection:
. Fixed bug #81208 (Segmentation fault while create newInstance from
attribute). (Nikita)
- Standard:
. Fixed bug #81223 (flock() only locks first byte of file). (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 4964072f30d..3982b1b93e5 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.334 2021/08/02 14:08:01 taca Exp $ +# $NetBSD: phpversion.mk,v 1.335 2021/08/02 14:09:36 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 @@ -90,7 +90,7 @@ PHPVERSION_MK= defined PHP56_VERSION= 5.6.40 PHP73_VERSION= 7.3.29 PHP74_VERSION= 7.4.22 -PHP80_VERSION= 8.0.8 +PHP80_VERSION= 8.0.9 # Define initial release of major version. PHP56_RELDATE= 20140828 |