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
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
Original file line number Diff line number Diff 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========================================
56156612. Windows Support
562567========================================
You can’t perform that action at this time.
0 commit comments