|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch check_if_col_binding_in_fetch_post_event for PDO related Bug #53280Patch version 2010-11-18 05:56 UTC Return to Bug #53280 | Download this patchPatch Revisions: Developer: popescu_dumitru@yahoo.com
--- firebird_statement_orig.c 2010-01-03 11:23:27.000000000 +0200
+++ firebird_statement.c 2010-11-12 07:59:13.000000000 +0200
@@ -549,6 +549,9 @@
break;
case PDO_PARAM_EVT_FETCH_POST:
+ if (param->is_param) {
+ break;
+ }
value = NULL;
value_len = 0;
caller_frees = 0;
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 08 22:00:01 2025 UTC |