diff --git a/NEWS b/NEWS index 0b3d6efc930..ab26626773e 100644 --- a/NEWS +++ b/NEWS @@ -138,6 +138,8 @@ PHP NEWS - Fixed PECL bug #12431 (OCI8 ping functionality is broken). (Oracle Corp.) - Fixed bug #44414 (Incomplete reporting about abstract methods). (Dmitry) +- Fixed bug #44390 (mysqli_bind_param/bind_result and Object member variables) + (Andrey) - Fixed bug #44352 (mysqli_connect_error() false negative for host errors). (Andrey) - Fixed bug #44336 (Improve pcre UTF-8 string matching performance).