]> granicus.if.org Git - php/commitdiff
- BFN: #46274, #46249
authorFelipe Pena <felipe@php.net>
Sat, 11 Oct 2008 19:20:41 +0000 (19:20 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 11 Oct 2008 19:20:41 +0000 (19:20 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 2c574a1f4cbdeeb849cbf0ba2b501c4502ffe7dc..b397e31afec1a70873ac9ba8eab97c21d77a532b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Oct 2008, PHP 5.2.7RC2
+- Fixed bug #46274, #46249 (pdo_pgsql always fill in NULL for empty BLOB and 
+  segfaults when returned by SELECT). (Felipe)
 - Fixed bug #46246 (difference between call_user_func(array($this, $method))
   and $this->$method()). (Dmitry)
 - Fixed bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE).