diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-07-13 21:27:16 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-07-13 21:27:16 +0000 |
commit | 9bb3de686beea218359d08ff5fa3e4778f816c12 (patch) | |
tree | b805dca26f964b16c3a9d5c5caf72a9bfa8bf018 /lang/php73 | |
parent | d6e7693725e8d625632bdc4d05aef57b29e4cc16 (diff) | |
download | freebsd-ports-9bb3de686beea218359d08ff5fa3e4778f816c12.zip |
lang/php73: Update from 7.3.6 to 7.3.7
Changelog:
Core:
Fixed bug #76980 (Interface gets skipped if autoloader throws an exception).
DOM:
Fixed bug #78025 (segfault when accessing properties of DOMDocumentType).
MySQLi:
Fixed bug #77956 (When mysqli.allow_local_infile = Off, use a meaningful error message).
Fixed bug #38546 (bindParam incorrect processing of bool types).
MySQLnd:
Fixed bug #77955 (Random segmentation fault in mysqlnd from php-fpm).
Opcache:
Fixed bug #78015 (Incorrect evaluation of expressions involving partials arrays in SCCP).
Fixed bug #78106 (Path resolution fails if opcache disabled during request).
OpenSSL:
Fixed bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).
phpdbg:
Fixed bug #78050 (SegFault phpdbg + opcache on include file twice).
Sockets:
Fixed bug #78038 (Socket_select fails when resource array contains references).
Sodium:
Fixed bug #78114 (segfault when calling sodium_* functions from eval).
Standard:
Fixed bug #77135 (Extract with EXTR_SKIP should skip $this).
Fixed bug #77937 (preg_match failed).
Zip:
Fixed bug #76345 (zip.h not found).
Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.7
MFH: 2019Q3
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/Makefile | 2 | ||||
-rw-r--r-- | lang/php73/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile index e1eeee7e92ea..ef7069e89cdb 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.6 +DISTVERSION= 7.3.7 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php73/distinfo b/lang/php73/distinfo index a3320eefaee1..e2fc10e69d9b 100644 --- a/lang/php73/distinfo +++ b/lang/php73/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559316022 -SHA256 (php-7.3.6.tar.xz) = fefc8967daa30ebc375b2ab2857f97da94ca81921b722ddac86b29e15c54a164 -SIZE (php-7.3.6.tar.xz) = 11989392 +TIMESTAMP = 1562963327 +SHA256 (php-7.3.7.tar.xz) = ba067200ba649956b3a92ec8b71a6ed8ce8a099921212443c1bcf3260a29274c +SIZE (php-7.3.7.tar.xz) = 11993760 |