From: Felipe Pena Date: Fri, 10 Oct 2008 16:49:26 +0000 (+0000) Subject: - BFN #46139 X-Git-Tag: php-5.2.7RC2~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b952b33c61a3177ee567527aaefc7e00822d453;p=php - BFN #46139 --- diff --git a/NEWS b/NEWS index 980b34d3cc..d9351dea0b 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP NEWS ?? Oct 2008, PHP 5.2.7RC2 - Fixed bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method()). (Dmitry) +- Fixed bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE). + (chsc at peytz dot dk, Felipe) - Fixed bug #44251, #41125 (PDO + quote() + prepare() can result in seg fault). (tsteiner at nerdclub dot net)