]> granicus.if.org Git - php/commitdiff
Restored NEWS entry
authorDmitry Stogov <dmitry@zend.com>
Fri, 7 Jun 2019 09:37:49 +0000 (12:37 +0300)
committerDmitry Stogov <dmitry@zend.com>
Fri, 7 Jun 2019 09:37:49 +0000 (12:37 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 44644166d7bc00b521b351ee84b9c1939b2adced..1b7e493d19dc9d8e9867da5972e96bb16bf22b37 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ PHP                                                                        NEWS
 - MySQLi:
   . Fixed bug #77956 (When mysqli.allow_local_infile = Off, use a meaningful
     error message). (Sjon Hortensius)
+  . Fixed bug #38546 (bindParam incorrect processing of bool types).
+    (camporter)
 
 - OpenSSL:
   . Fixed bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).