summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2019-06-07 12:37:49 +0300
committerDmitry Stogov <dmitry@zend.com>2019-06-07 12:37:49 +0300
commit10b208f28dd14b57c7d86ccad90a8cd386482e89 (patch)
treed559488da629562ca067f75e912b063ff536ffa6
parentd7c7522be9ac94847d4f861c898c1e5969d05e0b (diff)
downloadphp-git-10b208f28dd14b57c7d86ccad90a8cd386482e89.tar.gz
Restored NEWS entry
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 44644166d7..1b7e493d19 100644
--- 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).