php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch Bug-48877-firebird_driver for PDO related Bug #48877Patch version 2011-12-09 10:51 UTC Return to Bug #48877 | Download this patchThis patch is obsolete Obsoleted by patches: Patch Revisions:Developer: dabramov@american-appraisal.com--- firebird_driver_orig.c 2011-06-30 18:13:32.000000000 +0400 +++ firebird_driver.c 2011-12-09 14:48:50.921875000 +0400 @@ -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 14:01:29 2024 UTC |