aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2020-12-03 17:18:34 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2020-12-03 17:18:34 +0000
commit16703b20ab7bd88b12a03333d01046d600ff0c7d (patch)
tree933824aa91163cd5c9f5546662b359259d42bab2
parenta826259a55876adb2ec322d41df6ee477eb5b104 (diff)
downloadports-16703b20ab7bd88b12a03333d01046d600ff0c7d.tar.gz
ports-16703b20ab7bd88b12a03333d01046d600ff0c7d.zip
MFH: r556915
lang/php74: Update from 7.4.12 to 7.4.13 Core: Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date). Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors). COM: Fixed bug #62474 (com_event_sink crashes on certain arguments). DOM: Fixed bug #80268 (loadHTML() truncates at NUL bytes). FFI: Fixed bug #79177 (FFI doesn't handle well PHP exceptions within callback). IMAP: Fixed bug #64076 (imap_sort() does not return FALSE on failure). Fixed bug #76618 (segfault on imap_reopen). Fixed bug #80239 (imap_rfc822_write_address() leaks memory). Fixed minor regression caused by fixing bug #80220. Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822). MySQLi: Fixed bug #79375 (mysqli_store_result does not report error from lock wait timeout). Fixed bug #76525 (mysqli::commit does not throw if MYSQLI_REPORT_ERROR enabled and mysqlnd used). Fixed bug #72413 (mysqlnd segfault (fetch_row second parameter typemismatch)). ODBC: Fixed bug #44618 (Fetching may rely on uninitialized data). Opcache: Fixed bug #79643 (PHP with Opcache crashes when a file with specific name is included). Fixed run-time binding of preloaded dynamically declared function. OpenSSL: Fixed bug #79983 (openssl_encrypt / openssl_decrypt fail with OCB mode). PDO MySQL: Fixed bug #66528 (No PDOException or errorCode if database becomes unavailable before PDO::commit). Fixed bug #65825 (PDOStatement::fetch() does not throw exception on broken server connection). SNMP: Fixed bug #70461 (disable md5 code when it is not supported in net-snmp). Standard: Fixed bug #80266 (parse_url silently drops port number 0). PR: 251396 Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
Notes
Notes: svn path=/branches/2020Q4/; revision=556916
-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 cef88d3882b8..2e02c9d7f995 100644
--- a/lang/php74/Makefile
+++ b/lang/php74/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= php74
-DISTVERSION= 7.4.12
+DISTVERSION= 7.4.13
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
diff --git a/lang/php74/distinfo b/lang/php74/distinfo
index 124c465363b1..31f9cb837159 100644
--- a/lang/php74/distinfo
+++ b/lang/php74/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604051709
-SHA256 (php-7.4.12.tar.xz) = e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76
-SIZE (php-7.4.12.tar.xz) = 10311980
+TIMESTAMP = 1606917205
+SHA256 (php-7.4.13.tar.xz) = aead303e3abac23106529560547baebbedba0bb2943b91d5aa08fff1f41680f4
+SIZE (php-7.4.13.tar.xz) = 10319848