mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
[ci skip] Update NEWS and UPGRADING with OpenSSL libctx changes
This commit is contained in:
parent
d0c0a9abfd
commit
b750aa8bfc
2 changed files with 10 additions and 0 deletions
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
|
||||
========================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue