From 1241a63931069cf061bd74c9594c9a960c382fa6 Mon Sep 17 00:00:00 2001 From: Matteo Beccati Date: Tue, 11 Mar 2014 23:28:53 +0100 Subject: [PATCH] Updated NEWS --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 727b97c096..13e2458360 100644 --- a/NEWS +++ b/NEWS @@ -53,6 +53,17 @@ PHP NEWS . Encrypted TLS servers now support the server name indication TLS extension via the new "SNI_server_certs" SSL context option. (Daniel Lowrey) +- PDO_pgsql: + . Cleaned up code by increasing the requirements to libpq versions providing + PQexecParams, PQprepare, PQescapeStringConn, PQescapeByteaConn. According + to the release notes that means 8.0.8+ or 8.1.4+. (Matteo) + . Deprecated PDO::PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT, an + undocument constant effectively equivalent to PDO::ATTR_EMULATE_PREPARES. + (Matteo) + . Added PDO::PGSQL_ATTR_DISABLE_PREPARES constant to execute the queries + without preparing them, while still passing parameters separately from + the command text using PQexecParams. (Matteo) + - SQLite: . Updated the bundled libsqlite to the version 3.8.3.1 (Anatol) -- 2.40.0