diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-07-10 11:25:41 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-07-10 11:25:41 +0000 |
commit | 15d135f81aed3f7ce12f41e9f5fb696073398774 (patch) | |
tree | 7e91d069e386242e21f36026ca8496716141ce1b | |
parent | lang/php73: Update from 7.3.19 to 7.3.20 (diff) |
lang/php74: Upgrade from 7.4.7 to 7.4.8
Changelog:
Core:
Fixed bug #79595 (zend_init_fpu() alters FPU precision).
Fixed bug #79650 (php-win.exe 100% cpu lockup).
Fixed bug #79668 (get_defined_functions(true) may miss functions).
Fixed bug #79657 ("yield from" hangs when invalid value encountered).
Fixed bug #79683 (Fake reflection scope affects __toString()).
Fixed possibly unsupported timercmp() usage.
Exif:
Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes).
Fileinfo:
Fixed bug #79681 (mime_content_type/finfo returning incorrect mimetype).
Filter:
Fixed bug #73527 (Invalid memory access in php_filter_strip).
GD:
Fixed bug #79676 (imagescale adds black border with IMG_BICUBIC).
OpenSSL:
Fixed bug #62890 (default_socket_timeout=-1 causes connection to timeout).
PDO SQLite:
Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result set).
phpdbg:
Fixed bug #73926 (phpdbg will not accept input on restart execution).
Fixed bug #73927 (phpdbg fails with windows error prompt at "watch array").
Fixed several mostly Windows related phpdbg bugs.
SPL:
Fixed bug #79710 (Reproducible segfault in error_handler during GC involved an SplFileObject).
Standard:
Fixed bug #74267 (segfault with streams and invalid data).
Sponsored by: Bounce Experts
-rw-r--r-- | lang/php74/Makefile | 2 | ||||
-rw-r--r-- | lang/php74/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php74/Makefile b/lang/php74/Makefile index a9fb4bafab7f..767cb1ce08bd 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php74 -DISTVERSION= 7.4.7 +DISTVERSION= 7.4.8 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php74/distinfo b/lang/php74/distinfo index a1fc6fa3d3f1..8b0b861e8096 100644 --- a/lang/php74/distinfo +++ b/lang/php74/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1592076691 -SHA256 (php-7.4.7.tar.xz) = 53558f8f24cd8ab6fa0ea252ca8198e2650160649681ce5230c1df1dc2b52faf -SIZE (php-7.4.7.tar.xz) = 10286580 +TIMESTAMP = 1594374468 +SHA256 (php-7.4.8.tar.xz) = 642843890b732e8af01cb661e823ae01472af1402f211c83009c9b3abd073245 +SIZE (php-7.4.8.tar.xz) = 10281976 |