File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,11 @@ PHP NEWS
157
157
. Log a warning when opcache lock file permissions could not be changed.
158
158
(Taavi Eomäe)
159
159
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
+
160
165
- Output:
161
166
. Fixed calculation of aligned buffer size. (cmb)
162
167
Original file line number Diff line number Diff line change @@ -557,6 +557,11 @@ PHP 8.5 UPGRADE NOTES
557
557
from being a multiple of loop iteration counts.
558
558
It is recommended that this parameter is set to a prime number.
559
559
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
+
560
565
========================================
561
566
12. Windows Support
562
567
========================================
You can’t perform that action at this time.
0 commit comments