diff options
author | Wez Furlong <wez@php.net> | 2006-10-11 02:14:09 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2006-10-11 02:14:09 +0000 |
commit | 897b9ffca5c60cebe028d7a3769e4d1695462dbe (patch) | |
tree | bf964a1f73c2e73b42e1a2dcf631a8c723727941 | |
parent | 391ed04adb229c1eb87fb2928c9d56024ccab10e (diff) | |
download | php-git-897b9ffca5c60cebe028d7a3769e4d1695462dbe.tar.gz |
BFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |