diff options
author | David Soria Parra <dsp@php.net> | 2012-10-30 15:26:39 +0100 |
---|---|---|
committer | David Soria Parra <dsp@php.net> | 2012-10-30 15:26:39 +0100 |
commit | b3cd64afef4d7c35d8551d34858f98a6286db975 (patch) | |
tree | 1f319a08d15eca804371687c30f82906befdfb3c | |
parent | d864063a183653ce16a4345e5143f6e912c176fe (diff) | |
download | php-git-b3cd64afef4d7c35d8551d34858f98a6286db975.tar.gz |
NEWS for bug #62593
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |