diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-10-13 13:15:56 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-10-13 13:34:08 +0000 |
commit | 37e259336e382a15c1ce2d38f3e05824f5d6b993 (patch) | |
tree | ad9e6efcac26cea336cb455b5876c062f5b04a09 | |
parent | 870ccf2fe9fdf9096a4411c7126f597318179a5b (diff) | |
download | ports-37e259336e382a15c1ce2d38f3e05824f5d6b993.tar.gz ports-37e259336e382a15c1ce2d38f3e05824f5d6b993.zip |
lang/php82: Update version 8.2.0RC2=>8.2.0RC4
- Core:
* Fixed bug GH-9655 (Pure intersection types cannot be implicitly
nullable) (Girgias)
* Fixed bug GH-9589 (dl() segfaults when module is already loaded).
(cmb, Arnaud)
- Streams:
* Fixed bug GH-9590 (stream_select does not abort upon exception or
empty valid fd set). (Arnaud)
Sponsored by: Bounce Experts
-rw-r--r-- | lang/php82/Makefile | 2 | ||||
-rw-r--r-- | lang/php82/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php82/Makefile b/lang/php82/Makefile index 1f6734029731..1df1b1963adb 100644 --- a/lang/php82/Makefile +++ b/lang/php82/Makefile @@ -1,5 +1,5 @@ PORTNAME= php82 -DISTVERSION= 8.2.0RC2 +DISTVERSION= 8.2.0RC4 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= https://downloads.php.net/~sergey/ diff --git a/lang/php82/distinfo b/lang/php82/distinfo index 78f0bb9b41ec..6beb0b487ae5 100644 --- a/lang/php82/distinfo +++ b/lang/php82/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1663256152 -SHA256 (php-8.2.0RC2.tar.xz) = 06b5040d2ed868567175a3c2f7e3495acaf376fe8335142a3838c49dc7f5863d -SIZE (php-8.2.0RC2.tar.xz) = 11917280 +TIMESTAMP = 1665660265 +SHA256 (php-8.2.0RC4.tar.xz) = 7ddc807bbcc5cc7576d3f901584819212b287bd33ae6ac15ff93a62bebb62948 +SIZE (php-8.2.0RC4.tar.xz) = 11921096 |