1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Update NEWS for OpenSSL changes

This commit is contained in:
ndossche
2026-02-17 21:40:24 +01:00
parent f6887f04f6
commit b911748fef

3
NEWS
View File

@@ -37,6 +37,9 @@ PHP NEWS
. Fixed bug GH-21227 (Borked SCCP of array containing partial object).
(ilutov)
- OpenSSL:
. Fix a bunch of leaks and error propagation. (ndossche)
- PDO_PGSQL:
. Fixed bug GH-21055 (connection attribute status typo for GSS negotiation).
(lsaos)