Skip to content

Commit b750aa8

Browse files
committed
[ci skip] Update NEWS and UPGRADING with OpenSSL libctx changes
1 parent d0c0a9a commit b750aa8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@ PHP NEWS
157157
. Log a warning when opcache lock file permissions could not be changed.
158158
(Taavi Eomäe)
159159

160+
- OpenSSL:
161+
. Added openssl.libctx INI that allows to select the OpenSSL library context
162+
type and convert verious parts of the extension to use the custom libctx.
163+
(Jakub Zelenka)
164+
160165
- Output:
161166
. Fixed calculation of aligned buffer size. (cmb)
162167

UPGRADING

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,11 @@ PHP 8.5 UPGRADE NOTES
557557
from being a multiple of loop iteration counts.
558558
It is recommended that this parameter is set to a prime number.
559559

560+
- OpenSSL:
561+
Added openssl.libctx to select the OpenSSL library context type. Either
562+
custom libctx for each thread can be used or a single global (default)
563+
libctx is used.
564+
560565
========================================
561566
12. Windows Support
562567
========================================

0 commit comments

Comments
 (0)