[ci skip] Update NEWS and UPGRADING with OpenSSL libctx changes

This commit is contained in:
Jakub Zelenka 2025-07-14 15:23:54 +02:00
parent d0c0a9abfd
commit b750aa8bfc
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4
2 changed files with 10 additions and 0 deletions

5
NEWS
View file

@ -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)

View file

@ -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
========================================