diff --git a/NEWS b/NEWS index 2b9730c7d0e..3aca8a99dab 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,10 @@ PHP NEWS - SPL: . Fixed bug #70303 (Incorrect constructor reflection for ArrayObject). (cmb) +- OpenSSL: + . Fixed bug #55259 (openssl extension does not get the DH parameters from + DH key resource). (Jakub Zelenka) + - Standard: . Fixed bug #70342 (changing configuration with ignore_user_abort(true) isn't working). (Laruence)