From: Felipe Pena Date: Sat, 11 Oct 2008 19:20:41 +0000 (+0000) Subject: - BFN: #46274, #46249 X-Git-Tag: php-5.2.7RC2~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c16e1d9d2dbfe46016f5e2bbc5c0c85b82caef6;p=php - BFN: #46274, #46249 --- diff --git a/NEWS b/NEWS index 2c574a1f4c..b397e31afe 100644 --- 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).