summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2012-10-30 15:26:39 +0100
committerDavid Soria Parra <dsp@php.net>2012-10-30 15:26:39 +0100
commitb3cd64afef4d7c35d8551d34858f98a6286db975 (patch)
tree1f319a08d15eca804371687c30f82906befdfb3c
parentd864063a183653ce16a4345e5143f6e912c176fe (diff)
downloadphp-git-b3cd64afef4d7c35d8551d34858f98a6286db975.tar.gz
NEWS for bug #62593
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ba969501ec..89921e85ed 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,10 @@ PHP NEWS
. Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
(Martin Osvald, Remi)
+- PDO_pgsql:
+ . Fixed bug #62593 (Emulate prepares behave strangely with PARAM_BOOL).
+ (Will Fitch)
+
- Streams:
. Fixed bug #63240 (stream_get_line() return contains delimiter string).
(Tjerk, Gustavo)