summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-08-08 13:31:19 +0000
committertaca <taca@pkgsrc.org>2020-08-08 13:31:19 +0000
commita47dbda06f6d49e1eb8bf3aa7582dccc3858b07e (patch)
treed4164a76814cbd63148908b8f58ce53741a0cda8 /lang/php
parentcbcf57eef86bd0d2e35b00a7b6d71ba3802b058d (diff)
downloadpkgsrc-a47dbda06f6d49e1eb8bf3aa7582dccc3858b07e.tar.gz
lang/php74: update to 7.4.9
Update php74 to 7.4.9 (PHP 7.4.9). 06 Aug 2020, PHP 7.4.9 - Apache: . Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time to return usec). (Herbert256) - COM: . Fixed bug #63208 (BSTR to PHP string conversion not binary safe). (cmb) . Fixed bug #63527 (DCOM does not work with Username, Password parameter). (cmb) - Core: . Fixed bug #79740 (serialize() and unserialize() methods can not be called statically). (Nikita) . Fixed bug #79783 (Segfault in php_str_replace_common). (Nikita) . Fixed bug #79778 (Assertion failure if dumping closure with unresolved static variable). (Nikita) . Fixed bug #79779 (Assertion failure when assigning property of string offset by reference). (Nikita) . Fixed bug #79792 (HT iterators not removed if empty array is destroyed). (Nikita) . Fixed bug #78598 (Changing array during undef index RW error segfaults). (Nikita) . Fixed bug #79784 (Use after free if changing array during undef var during array write fetch). (Nikita) . Fixed bug #79793 (Use after free if string used in undefined index warning is changed). (Nikita) . Fixed bug #79862 (Public non-static property in child should take priority over private static). (Nikita) . Fixed bug #79877 (getimagesize function silently truncates after a null byte) (cmb) - Fileinfo: . Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)). (cmb) - FTP: . Fixed bug #55857 (ftp_size on large files). (cmb) - Mbstring: . Fixed bug #79787 (mb_strimwidth does not trim string). (XXiang) - Phar: . Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068) (cmb) - Reflection: . Fixed bug #79487 (::getStaticProperties() ignores property modifications). (cmb, Nikita) . Fixed bug #69804 (::getStaticPropertyValue() throws on protected props). (cmb, Nikita) . Fixed bug #79820 (Use after free when type duplicated into ReflectionProperty gets resolved). (Christopher Broadbent) - Standard: . Fixed bug #70362 (Can't copy() large 'data://' with open_basedir). (cmb) . Fixed bug #78008 (dns_check_record() always return true on Alpine). (Andy Postnikov) . Fixed bug #79839 (array_walk() does not respect property types). (Nikita)
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 1ff6df2ab1e..9215fcee302 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.304 2020/08/08 13:30:07 taca Exp $
+# $NetBSD: phpversion.mk,v 1.305 2020/08/08 13:31:19 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.32
PHP73_VERSION= 7.3.21
-PHP74_VERSION= 7.4.8
+PHP74_VERSION= 7.4.9
# Define initial release of major version.
PHP56_RELDATE= 20140828