summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-07-11 04:02:14 +0000
committertaca <taca@pkgsrc.org>2020-07-11 04:02:14 +0000
commitfa6001aaf4ab3fbb73b3800406ed3308c315a32f (patch)
treef3600b136544082c799ac7592ad014d103f3117e /lang/php
parent68dc315a5945ffe9d1eca3446807488742e252b8 (diff)
downloadpkgsrc-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/php')
-rw-r--r--lang/php/phpversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index 811dfc1a3bd..ec05bee2622 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.301 2020/07/11 03:59:46 taca Exp $
+# $NetBSD: phpversion.mk,v 1.302 2020/07/11 04:02:14 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
PHP72_VERSION= 7.2.31
PHP73_VERSION= 7.3.20
-PHP74_VERSION= 7.4.7
+PHP74_VERSION= 7.4.8
# Define initial release of major version.
PHP56_RELDATE= 20140828