summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-11-20 21:12:20 -0800
committerStanislav Malyshev <stas@php.net>2012-11-20 21:12:20 -0800
commitbab156de79969108024c9715bbb98e3d1568e501 (patch)
tree8b2b7a10483fd98efe095bc7b36d9f051654d5d4
parent1b2b624e5a12565590b39a98be88ec8498c5bc1e (diff)
downloadphp-git-PHP-5.4.9.tar.gz
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b2da3eebc2..7a7b1aa28e 100644
--- a/NEWS
+++ b/NEWS
@@ -37,10 +37,22 @@ PHP NEWS
(Dmitry, Laruence)
. Fixed bug #63284 (Upgrade PCRE to 8.31). (Anatoliy)
+- PDO:
+ . 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)
+
- Phar:
. Fixed bug #63297 (Phar fails to write an openssl based signature).
(Anatoliy)
+- Streams:
+ . Fixed bug #63240 (stream_get_line() return contains delimiter string).
+ (Tjerk, Gustavo)
+
- Reflection:
. Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves
traitnames). (Laruence)