mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fixed compilation error
This commit is contained in:
parent
f5130c3058
commit
45719aee26
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ static int pgsql_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *
|
|||
((param->param_type & PDO_PARAM_INPUT_OUTPUT) != PDO_PARAM_INPUT_OUTPUT)) {
|
||||
SEPARATE_ZVAL(¶m->parameter);
|
||||
param->param_type = PDO_PARAM_STR;
|
||||
convert_to_boolean(param->parameter);
|
||||
convert_to_boolean(¶m->parameter);
|
||||
ZVAL_STRINGL(¶m->parameter, Z_TYPE_P(¶m->parameter) == IS_TRUE ? "t" : "f", 1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue