diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-10-01 18:30:11 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-10-01 18:36:34 +0000 |
commit | 24d9ef5e73e0dc5847ed8ac79bc4784e25363897 (patch) | |
tree | 8867a940cab14a9d2fb5ac822f8807eeb0f9f4b2 | |
parent | e7cb6b0a685d45e861be55d1925b9101e88a9e64 (diff) | |
download | ports-24d9ef5e73e0dc5847ed8ac79bc4784e25363897.tar.gz ports-24d9ef5e73e0dc5847ed8ac79bc4784e25363897.zip |
lang/php80: Update version 8.0.23=>8.0.24
* Core:
- Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function)
(Tim Starling)
- Fixed bug GH-9361 (Segmentation fault on script exit #9379).
- Fixed bug GH-9407 (LSP error in eval'd code refers to wrong class
for static type).
- Fixed bug #81727: Don't mangle HTTP variable names that clash with
ones that have a specific semantic meaning. (CVE-2022-31629)
* DOM:
- Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double
free).
* FPM:
- Fixed bug GH-8885 (FPM access.log with stderr begins to write logs
to error_log after daemon reload).
- Fixed bug #77780 ("Headers already sent..." when previous connection
was aborted).
* GMP:
- Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is
passed to gmp_init()).
* Intl:
- Fixed bug GH-9421 (Incorrect argument number for ValueError in
NumberFormatter).
* Phar:
- Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
(CVE-2022-31628)
* PDO_PGSQL:
- Fixed bug GH-9411 (PgSQL large object resource is incorrectly
closed).
* Reflection:
- Fixed bug GH-8932 (ReflectionFunction provides no way to get the
called class of a Closure).
- Fixed bug GH-9409 (Private method is incorrectly dumped as
"overwrites").
* Streams:
- Fixed bug GH-9316 ($http_response_header is wrong for long status
line).
Approved by: tz (By private mail)
Relnotes: https://www.php.net/ChangeLog-8.php#8.0.24
Sponsored by: Bounce Experts
-rw-r--r-- | lang/php80/Makefile | 2 | ||||
-rw-r--r-- | lang/php80/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php80/Makefile b/lang/php80/Makefile index d0c30b87ffce..a3bf990cf177 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -1,5 +1,5 @@ PORTNAME= php80 -DISTVERSION= 8.0.23 +DISTVERSION= 8.0.24 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP diff --git a/lang/php80/distinfo b/lang/php80/distinfo index 44fd9de9c079..73814f121bcc 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662206546 -SHA256 (php/php-8.0.23.tar.xz) = 65e474b6bd8cfc9d4a8a56268a755e2f9d3e7499e1687e6401a9f2b047600f87 -SIZE (php/php-8.0.23.tar.xz) = 10860624 +TIMESTAMP = 1664642432 +SHA256 (php/php-8.0.24.tar.xz) = 8e6a63ac9cdabe4c345b32a54b18f348d9e50a1decda217faf2d61278d22f08b +SIZE (php/php-8.0.24.tar.xz) = 10895332 |