Hi,
Here is my patch for the bug 48877 (https://bugs.php.net/bug.php?id=48877)
Index: 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;
Thanks
Best regards,
Dmitry Abramov
American Appraisal (AAR) Inc.
www.american-appraisal.ru
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php