summaryrefslogtreecommitdiff
path: root/Mk/Uses
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-09-16 03:44:05 -0500
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-09-16 03:49:42 -0500
commit0f83560b42de3cf05ed366538783ffdb5ec40bad (patch)
tree611fd9f5514e8a0a2478490f6190adf86022817c /Mk/Uses
parentaudio/oss: Fix build by removing -Werror (diff)
lang/php82: Update version 8.2.0beta2=>8.2.0RC2
- Core: . Fixed bug GH-9500 (Using dnf type with parentheses after readonly keyword results in a parse error). (ilutov) . Fixed bug GH-9516 ((A&B)|D as a param should allow AB or D. Not just A). (Girgias) - GMP . Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is passed to gmp_init()). (Girgias) - Intl . Fixed bug GH-9421 (Incorrect argument number for ValueError in NumberFormatter). (Girgias) - Opcache: . Fixed bug GH-9259 (opcache.interned_strings_buffer setting integer overflow). (Arnaud) - OpenSSL: . Fixed bug GH-9517 (Compilation error openssl extension related to PR GH-9366). (Jakub Zelenka) - PDO_PGSQL: . Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed). (Yurunsoft) - Random: . Fixed bug GH-9464 (build on older macOs releases). (David Bohman) - Standard: . Marked crypt()'s $string parameter as #[\SensitiveParameter]. (timwolla) . Fixed bug GH-9464 (build on older macOs releases). (David Bohman) . Fixed bug GH-9518 (Disabling IPv6 support disables unrelated constants). (cmb) Please DO NOT use this version in production, it is an early test version. Relnotes: https://github.com/php/php-src/blob/php-8.2.0RC2/NEWS Sponsored by: Bounce Experts
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/php.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/php.mk b/Mk/Uses/php.mk
index 2b7972fa7e05..09c2ecbe1184 100644
--- a/Mk/Uses/php.mk
+++ b/Mk/Uses/php.mk
@@ -184,7 +184,7 @@ PHP_VER= ${FLAVOR:S/^php//}
# When adding a version, please keep the comment in
# Mk/bsd.default-versions.mk in sync.
. if ${PHP_VER} == 82
-PHP_EXT_DIR= 20210903
+PHP_EXT_DIR= 20220829
PHP_EXT_INC= hash json openssl pcre random spl
. elif ${PHP_VER} == 81
PHP_EXT_DIR= 20210902