php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch Bug-48877-pdo-firebird_driver.c for PDO related Bug #48877Patch version 2011-12-09 19:02 UTC Return to Bug #48877 | Download this patchThis patch renders other patches obsolete Obsolete patches: Patch Revisions:Developer: dabramov@american-appraisal.comIndex: ext/pdo_firebird/firebird_driver.c =================================================================== --- ext/pdo_firebird/firebird_driver.c (revision 320803) +++ ext/pdo_firebird/firebird_driver.c (working copy) @@ -433,6 +433,7 @@ case ':': in_param = 1; ppname = pname; + *ppname++ = sql[l]; case '?': *c++ = '?'; ++pindex; |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Thu Nov 21 11:01:29 2024 UTC |