summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-10-11 19:20:41 +0000
committerFelipe Pena <felipe@php.net>2008-10-11 19:20:41 +0000
commit9c16e1d9d2dbfe46016f5e2bbc5c0c85b82caef6 (patch)
tree3269157f612ab61df4e207c431135e5953b92ae5
parentfcec48fcc2adac254d9f54fc91f406ea6ab84465 (diff)
downloadphp-git-9c16e1d9d2dbfe46016f5e2bbc5c0c85b82caef6.tar.gz
- BFN: #46274, #46249
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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).