mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
[ci skip] Update NEWS and UPGRADING with OpenSSL libctx changes
This commit is contained in:
5
NEWS
5
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)
|
||||
|
||||
|
||||
@@ -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
|
||||
========================================
|
||||
|
||||
Reference in New Issue
Block a user