Hi. Is there a test?
And btw. Usually we commit to all branches at once, which makes it simpler to see if a patch is applied to all branches. johannes On Sat, 2011-12-10 at 22:09 +0000, Popa Adrian Marius wrote: > mariuz Sat, 10 Dec 2011 22:09:59 +0000 > > Revision: http://svn.php.net/viewvc?view=revision&revision=320856 > > Log: > bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird > > Bug: https://bugs.php.net/48877 (Assigned) "bindValue" and "bindParam" do not > work for PDO Firebird > > Changed paths: > U php/php-src/branches/PHP_5_3/ext/pdo_firebird/firebird_driver.c > > Modified: php/php-src/branches/PHP_5_3/ext/pdo_firebird/firebird_driver.c > =================================================================== > --- php/php-src/branches/PHP_5_3/ext/pdo_firebird/firebird_driver.c > 2011-12-10 22:08:39 UTC (rev 320855) > +++ php/php-src/branches/PHP_5_3/ext/pdo_firebird/firebird_driver.c > 2011-12-10 22:09:59 UTC (rev 320856) > @@ -433,6 +433,7 @@ > case ':': > in_param = 1; > ppname = pname; > + *ppname++ = sql[l]; > case '?': > *c++ = '?'; > ++pindex; > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php