]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorMatteo Beccati <mbeccati@php.net>
Tue, 11 Mar 2014 22:28:53 +0000 (23:28 +0100)
committerMatteo Beccati <mbeccati@php.net>
Tue, 11 Mar 2014 22:28:53 +0000 (23:28 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 727b97c0964d57a67993630f2d89cfaaccbc68a3..13e2458360cdb3d529367633f231e3286bbf7406 100644 (file)
--- 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)