Commit:    bab156de79969108024c9715bbb98e3d1568e501
Author:    Stanislav Malyshev <s...@php.net>         Tue, 20 Nov 2012 21:12:20 
-0800
Parents:   1b2b624e5a12565590b39a98be88ec8498c5bc1e
Branches:  PHP-5.4.9

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=bab156de79969108024c9715bbb98e3d1568e501

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index b2da3ee..7a7b1aa 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)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to