summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2013-08-20 19:19:02 +0200
committerMichael Wallner <mike@php.net>2013-08-20 19:19:02 +0200
commit27c803aaed259f76a66db1278eea05f30a8ec956 (patch)
treed77af4bca3cf44849ca9feafe7ee3d8c94e81b1a /NEWS
parentd487f5e9acc55fb76d71c40e451efebbc087af35 (diff)
downloadphp-git-27c803aaed259f76a66db1278eea05f30a8ec956.tar.gz
Fix bug #64953 (Postgres prepared statement positional parameter casting)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aeae233dc8..1218c5069a 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,10 @@ PHP NEWS
- SPL:
. Fixed bug #65328 (Segfault when getting SplStack object Value). (Laruence)
+- PDO:
+ . Fixed bug #64953 (Postgres prepared statement positional parameter
+ casting). (Mike)
+
- Phar:
. Fixed bug #65028 (Phar::buildFromDirectory creates corrupt archives for
some specific contents). (Stas)