diff options
author | Michael Wallner <mike@php.net> | 2013-08-20 19:19:02 +0200 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2013-08-20 19:19:02 +0200 |
commit | 27c803aaed259f76a66db1278eea05f30a8ec956 (patch) | |
tree | d77af4bca3cf44849ca9feafe7ee3d8c94e81b1a /NEWS | |
parent | d487f5e9acc55fb76d71c40e451efebbc087af35 (diff) | |
download | php-git-27c803aaed259f76a66db1278eea05f30a8ec956.tar.gz |
Fix bug #64953 (Postgres prepared statement positional parameter casting)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |