![]() |
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; |
![]() All rights reserved. |
Last updated: Wed Feb 19 18:01:28 2025 UTC |