aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-11-09 19:58:33 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-11-09 20:02:54 +0000
commit19ac83426ae294afbcbf07fe9b8a297f5287fd1a (patch)
tree5c8141f41dfd5a31f130207d7bbd567a7d196223
parentbe22da45acf2b1ccb17a1a24836f25367803824b (diff)
downloadports-19ac83426ae294afbcbf07fe9b8a297f5287fd1a.tar.gz
ports-19ac83426ae294afbcbf07fe9b8a297f5287fd1a.zip
lang/php82: Update version 8.2.0RC4=>8.2.0RC6
* Core: - Fixed bug GH-9823 (Don’t reset func in zend_closure_internal_handler). (Florian Sowade) - Fixed potential NULL pointer dereference Windows shm*() functions. (cmb) - Fix target validation for internal attributes with constructor property promotion. (kooldev) - Fixed bug GH-9750 (Generator memory leak when interrupted during argument evaluation. (Arnaud) * FPM: - Fixed bug GH-9754 (SaltStack (using Python subprocess) hangs when running php-fpm 8.1.11). (Jakub Zelenka) * mysqli: - Fixed bug GH-9841 (mysqli_query throws warning despite using silenced error mode). (Kamil Tekiela) * PDO: - Fixed bug GH-9818 (Initialize run time cache in PDO methods). (Florian Sowade) * Random: - Fixed bug GH-9839 (Pre-PHP 8.2 output compatibility for non-mt_rand() functions for MT_RAND_PHP). (timwolla) Relnotes: https://github.com/php/php-src/blob/php-8.2.0RC6/NEWS Sponsored by: Bounce Experts
-rw-r--r--lang/php82/Makefile2
-rw-r--r--lang/php82/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php82/Makefile b/lang/php82/Makefile
index 1df1b1963adb..1672dec60c13 100644
--- a/lang/php82/Makefile
+++ b/lang/php82/Makefile
@@ -1,5 +1,5 @@
PORTNAME= php82
-DISTVERSION= 8.2.0RC4
+DISTVERSION= 8.2.0RC6
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= https://downloads.php.net/~sergey/
diff --git a/lang/php82/distinfo b/lang/php82/distinfo
index 6beb0b487ae5..98a6c894761e 100644
--- a/lang/php82/distinfo
+++ b/lang/php82/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1665660265
-SHA256 (php-8.2.0RC4.tar.xz) = 7ddc807bbcc5cc7576d3f901584819212b287bd33ae6ac15ff93a62bebb62948
-SIZE (php-8.2.0RC4.tar.xz) = 11921096
+TIMESTAMP = 1668013086
+SHA256 (php-8.2.0RC6.tar.xz) = b1b4fcb08c257b73ae817c6a2d93b78ca5e5ace42c5f5887ed6447f06fa7bfc6
+SIZE (php-8.2.0RC6.tar.xz) = 11922808