summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2006-10-11 02:14:09 +0000
committerWez Furlong <wez@php.net>2006-10-11 02:14:09 +0000
commit897b9ffca5c60cebe028d7a3769e4d1695462dbe (patch)
treebf964a1f73c2e73b42e1a2dcf631a8c723727941
parent391ed04adb229c1eb87fb2928c9d56024ccab10e (diff)
downloadphp-git-897b9ffca5c60cebe028d7a3769e4d1695462dbe.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9d57af8472..d198724386 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
12 Oct 2006, PHP 5.2.0RC6
+- Fixed PECL bug #8944 and #7775 (error retrieving columns after long/text
+ columns with PDO_ODBC). (Wez)
- Fixed PECL bug #8816 (issue in php_oci_statement_fetch with more than one
piecewise column) (jeff at badtz-maru dot com, Tony)
- Fixed bug #39067 (getDeclaringClass() and private properties). (Tony)