From: Popa Adrian Marius Date: Mon, 12 Dec 2011 06:33:43 +0000 (+0000) Subject: bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird X-Git-Tag: php-5.4.0RC4~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2bf466363092c82620d33f1ab793447d10e6d8b;p=php bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird --- diff --git a/NEWS b/NEWS index d53f9c7de4..82d394b06d 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ PHP NEWS - CLI SAPI: . Fixed bug #60477 (Segfault after two multipart/form-data POST requests, one 200 RQ and one 404). (Laruence) +- Pdo Firebird: + . Fixed bug #48877 ("bindValue" and "bindParam" do not work for PDO Firebird).(Mariuz) 08 Dec 2011, PHP 5.4.0 RC3 - Core: