summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 01d100c448..735d858ca8 100644
--- a/NEWS
+++ b/NEWS
@@ -75,6 +75,9 @@ PHP NEWS
- pgsql:
. pg_version() returns full report which obtained by PQparameterStatus().
+ (Yasuo)
+ . Added pg_lo_truncate(). (Yasuo)
+ . Added 64bit large object support for PostgreSQL 9.3 and later. (Yasuo)
- Session:
. Fixed Bug #65315 (session.hash_function silently fallback to default md5)