}
}
- oci_debug("OCILobGetLen: len=%d",loblen);
+ oci_debug("OCILobGetLen: len=%d",*loblen);
return 0;
}
}
if (zend_get_parameters_ex(2, &data, &length) == SUCCESS) {
+ convert_to_string_ex(data);
convert_to_long_ex(length);
write_length = Z_LVAL_PP(length);
} else if (zend_get_parameters_ex(1, &data) == SUCCESS) {
convert_to_long_ex(length);
trim_length = Z_LVAL_PP(length);
} else {
- WRONG_PARAM_COUNT;
+ trim_length = 0;
}
if (trim_length < 0) {