summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2015-04-24 18:08:18 +0200
committerNikita Popov <nikic@php.net>2015-04-24 18:08:18 +0200
commit4694e1c02039114915704f0206f1ffb7a0efe4ad (patch)
tree0dfc45638f4bf7a98f15bf0826afb6f7975b9fd7 /NEWS
parent38ea6a827ebb3c55e84b369b10ba4a6e5eb0e84b (diff)
downloadphp-git-4694e1c02039114915704f0206f1ffb7a0efe4ad.tar.gz
Remove PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT
Use the generic ATTR_EMULATE_PREPARES instead.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 909c5585fc..dcf86de5b3 100644
--- a/NEWS
+++ b/NEWS
@@ -164,6 +164,10 @@
. Fixed bug #68424 (Add new PDO mysql connection attr to control multi
statements option). (peter dot wolanin at acquia dot com)
+- PDO_pgsql:
+ . Removed PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT attribute in favor of
+ ATTR_EMULATE_PREPARES). (Nikita)
+
- Reflection
. Fixed inheritance chain of Reflector interface. (Tjerk)