diff options
author | taca <taca@pkgsrc.org> | 2020-07-11 04:02:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-07-11 04:02:14 +0000 |
commit | fa6001aaf4ab3fbb73b3800406ed3308c315a32f (patch) | |
tree | f3600b136544082c799ac7592ad014d103f3117e /lang/php74 | |
parent | 68dc315a5945ffe9d1eca3446807488742e252b8 (diff) | |
download | pkgsrc-fa6001aaf4ab3fbb73b3800406ed3308c315a32f.tar.gz |
lang/php74: update to 7.4.8
Update php74 to 7.4.8.
09 Jul 2020, PHP 7.4.8
- Core:
. Fixed bug #79649 (Altering disable_functions from module init corrupts
memory). (Laruence)
. Fixed bug #79595 (zend_init_fpu() alters FPU precision). (cmb, Nikita)
. Fixed bug #79650 (php-win.exe 100% cpu lockup). (cmb)
. Fixed bug #79668 (get_defined_functions(true) may miss functions). (cmb,
Nikita)
. Fixed bug #79657 ("yield from" hangs when invalid value encountered).
(Nikita)
. Fixed bug #79683 (Fake reflection scope affects __toString()). (Nikita)
. Fixed possibly unsupported timercmp() usage. (cmb)
- Exif:
. Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes).
(cmb)
- Fileinfo:
. Fixed bug #79681 (mime_content_type/finfo returning incorrect mimetype).
(cmb)
- Filter:
. Fixed bug #73527 (Invalid memory access in php_filter_strip). (cmb)
- GD:
. Fixed bug #79676 (imagescale adds black border with IMG_BICUBIC). (cmb)
- OpenSSL:
. Fixed bug #62890 (default_socket_timeout=-1 causes connection to timeout).
(cmb)
- PDO SQLite:
. Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result set).
(cmb)
- phpdbg:
. Fixed bug #73926 (phpdbg will not accept input on restart execution). (cmb)
. Fixed bug #73927 (phpdbg fails with windows error prompt at "watch array").
(cmb)
. Fixed several mostly Windows related phpdbg bugs. (cmb)
- SPL:
. Fixed bug #79710 (Reproducible segfault in error_handler during GC
involved an SplFileObject). (Nikita)
- Standard:
. Fixed bug #74267 (segfault with streams and invalid data). (cmb)
. Fixed bug #79579 (ZTS build of PHP 7.3.17 doesn't handle ERANGE for
posix_getgrgid and others). (Böszörményi Zoltán)
Diffstat (limited to 'lang/php74')
-rw-r--r-- | lang/php74/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/php74/distinfo b/lang/php74/distinfo index dd2360a84a4..ea669961a84 100644 --- a/lang/php74/distinfo +++ b/lang/php74/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2020/06/14 05:59:17 taca Exp $ +$NetBSD: distinfo,v 1.10 2020/07/11 04:02:14 taca Exp $ -SHA1 (php-7.4.7.tar.xz) = 81b2f89d3668b137514e94383b79957e19066caa -RMD160 (php-7.4.7.tar.xz) = 7690589df7a30612698e5931a7b4b16965538a9d -SHA512 (php-7.4.7.tar.xz) = 5b3ba690e610e0511675f06a10afe9edbcfa90b5b16956d22aab225cdf140b55e5a8a551e7b189d30404981c94c6921b8c4aed00102546cfa38784a719704b80 -Size (php-7.4.7.tar.xz) = 10286580 bytes +SHA1 (php-7.4.8.tar.xz) = 9499044771c595fcf06c873013127a0fea0646b4 +RMD160 (php-7.4.8.tar.xz) = ae3642ba11d048a7c7b23052857cffb3654f5417 +SHA512 (php-7.4.8.tar.xz) = cfb23eac731a0eabed83908d7c056a123cd9a73ccc091d92b8601366da4cd95ded8623156eaa0458405f23d8bb9dc244d117bd99876f916ef582e3966dc78b44 +Size (php-7.4.8.tar.xz) = 10281976 bytes SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 SHA1 (patch-ext_phar_Makefile.frag) = 53ea5c58b0bc27d236118d5750a74b1cba43e5dd |