summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2009-01-13 02:54:37 +0000
committerScott MacVicar <scottmac@php.net>2009-01-13 02:54:37 +0000
commit148ae0cfe070b8065af731d359d7e02590eb55c0 (patch)
tree54fd94edb1b14e5c669796a35895b1c0dbfc9b4b /NEWS
parentefaba65cf5aa5e6469bd6c53637b950934dccd44 (diff)
downloadphp-git-148ae0cfe070b8065af731d359d7e02590eb55c0.tar.gz
BFN
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 69a7314619..4e51a58d82 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ PHP NEWS
- Re-enabled socket_create_pair() on Windows. (Kalle)
- Fixed building of pdo_sqlite without sqlite3. (Scott)
+- Added table info to PDO::getColumnMeta() with SQLite. (Martin Jansen, Scott)
- Added support for old style DNS functions. (Scott)
- Added mail logging functionality that allows logging of mail sent via
mail() function. (Ilia)