From b750aa8bfcaa843fc9c04cdfa4786821c73142d0 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Mon, 14 Jul 2025 15:23:54 +0200 Subject: [PATCH] [ci skip] Update NEWS and UPGRADING with OpenSSL libctx changes --- NEWS | 5 +++++ UPGRADING | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 4bd0f98d345..2964e7f692c 100644 --- a/NEWS +++ b/NEWS @@ -157,6 +157,11 @@ PHP NEWS . Log a warning when opcache lock file permissions could not be changed. (Taavi Eomäe) +- OpenSSL: + . Added openssl.libctx INI that allows to select the OpenSSL library context + type and convert verious parts of the extension to use the custom libctx. + (Jakub Zelenka) + - Output: . Fixed calculation of aligned buffer size. (cmb) diff --git a/UPGRADING b/UPGRADING index fb76c9a46ba..a688887da1e 100644 --- a/UPGRADING +++ b/UPGRADING @@ -557,6 +557,11 @@ PHP 8.5 UPGRADE NOTES from being a multiple of loop iteration counts. It is recommended that this parameter is set to a prime number. +- OpenSSL: + Added openssl.libctx to select the OpenSSL library context type. Either + custom libctx for each thread can be used or a single global (default) + libctx is used. + ======================================== 12. Windows Support ========================================