aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2020-09-08 23:06:55 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2020-09-08 23:06:55 +0000
commitd5966b01cb984df9ee226ceee77ed2eabf4a75b4 (patch)
tree6fd3a7731e0aacbca154a4bafd2be8b0c128cfc9 /lang
parent2340b752a57710fa4fff0df57855c0d414d6b7a0 (diff)
downloadports-d5966b01cb984df9ee226ceee77ed2eabf4a75b4.tar.gz
ports-d5966b01cb984df9ee226ceee77ed2eabf4a75b4.zip
MFH: r547952
lang/php74: Upgrade from 7.4.9 to 7.4.10 Changelog: Core: Fixed bug #79884 (PHP_CONFIG_FILE_PATH is meaningless). Fixed bug #77932 (File extensions are case-sensitive). Fixed bug #79806 (realpath() erroneously resolves link to link). Fixed bug #79895 (PHP_CHECK_GCC_ARG does not allow flags with equal sign). Fixed bug #79919 (Stack use-after-scope in define()). Fixed bug #79934 (CRLF-only line in heredoc causes parsing error). Fixed bug #79947 (Memory leak on invalid offset type in compound assignment). COM: Fixed bug #48585 (com_load_typelib holds reference, fails on second call). Exif: Fixed bug #75785 (Many errors from exif_read_data). Gettext: Fixed bug #70574 (Tests fail due to relying on Linux fallback behavior for gettext()). LDAP: Fixed memory leaks. OPcache: Fixed bug #73060 (php failed with error after temp folder cleaned up). Fixed bug #79917 (File cache segfault with a static variable in inherited method). PDO: Fixed bug #64705 (errorInfo property of PDOException is null when PDO::__construct() fails). Session: Fixed bug #79724 (Return type does not match in ext/session/mod_mm.c). Standard: Fixed bug #79930 (array_merge_recursive() crashes when called with array with single reference). Fixed bug #79944 (getmxrr always returns true on Alpine linux). Fixed bug #79951 (Memory leak in str_replace of empty string). XML: Fixed bug #79922 (Crash after multiple calls to xml_parser_free()). Sponsored by: Bounce Experts Approved by: ports-secteam (joneum, implicit for PHP Updates)
Notes
Notes: svn path=/branches/2020Q3/; revision=548050
Diffstat (limited to 'lang')
-rw-r--r--lang/php74/Makefile2
-rw-r--r--lang/php74/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php74/Makefile b/lang/php74/Makefile
index ea79b02d6122..1caca21f1729 100644
--- a/lang/php74/Makefile
+++ b/lang/php74/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= php74
-DISTVERSION= 7.4.9
+DISTVERSION= 7.4.10
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
diff --git a/lang/php74/distinfo b/lang/php74/distinfo
index 5179c7dcc544..3edff9e556b6 100644
--- a/lang/php74/distinfo
+++ b/lang/php74/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597751659
-SHA256 (php-7.4.9.tar.xz) = 23733f4a608ad1bebdcecf0138ebc5fd57cf20d6e0915f98a9444c3f747dc57b
-SIZE (php-7.4.9.tar.xz) = 10289560
+TIMESTAMP = 1599249301
+SHA256 (php-7.4.10.tar.xz) = c2d90b00b14284588a787b100dee54c2400e7db995b457864d66f00ad64fb010
+SIZE (php-7.4.10.tar.xz) = 10298480