diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2021-07-31 21:22:21 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2021-07-31 21:31:28 +0000 |
commit | e297f257a84dc2e32a1fabad4d764b523f3b211d (patch) | |
tree | 31ee7ee0c6e39465bd100f81d17c1ad9a2fb1072 | |
parent | 71a09abcf55da3469921ea4154bd704183c23372 (diff) | |
download | ports-e297f257a84dc2e32a1fabad4d764b523f3b211d.tar.gz ports-e297f257a84dc2e32a1fabad4d764b523f3b211d.zip |
lang/php74: Update from 7.4.21 to 7.4.22
Changelog:
Core:
Fixed bug #81145 (copy() and stream_copy_to_stream() fail for +4GB files).
Fixed bug #81163 (incorrect handling of indirect vars in __sleep).
Fixed bug #80728 (PHP built-in web server resets timeout when it can kill the process).
Fixed bug #73630 (Built-in Weberver - overwrite $_SERVER['request_uri']).
Fixed bug #80173 (Using return value of zend_assign_to_variable() is not safe).
Fixed bug #73226 (--r[fcez] always return zero exit code).
Intl:
Fixed bug #72809 (Locale::lookup() wrong result with canonicalize option).
Fixed bug #68471 (IntlDateFormatter fails for "GMT+00:00" timezone).
Fixed bug #74264 (grapheme_strrpos() broken for negative offsets).
OpenSSL:
Fixed bug #52093 (openssl_csr_sign truncates $serial).
PCRE:
Fixed bug #81101 (PCRE2 10.37 shows unexpected result).
Fixed bug #81243 (Too much memory is allocated for preg_replace()).
Standard:
Fixed bug #81223 (flock() only locks first byte of file).
Sponsored by: Bounce Experts
-rw-r--r-- | lang/php74/Makefile | 2 | ||||
-rw-r--r-- | lang/php74/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php74/Makefile b/lang/php74/Makefile index 72d58ed17183..093dc3a678e1 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -1,5 +1,5 @@ PORTNAME= php74 -DISTVERSION= 7.4.21 +DISTVERSION= 7.4.22 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php74/distinfo b/lang/php74/distinfo index 5eb8baf2087f..966661dad066 100644 --- a/lang/php74/distinfo +++ b/lang/php74/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625432270 -SHA256 (php-7.4.21.tar.xz) = cf43384a7806241bc2ff22022619baa4abb9710f12ec1656d0173de992e32a90 -SIZE (php-7.4.21.tar.xz) = 10346628 +TIMESTAMP = 1627672964 +SHA256 (php-7.4.22.tar.xz) = 8e078cd7d2f49ac3fcff902490a5bb1addc885e7e3b0d8dd068f42c68297bde8 +SIZE (php-7.4.22.tar.xz) = 10348532 |