We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b00abf commit 072d59cCopy full SHA for 072d59c
ibm_db2.c
@@ -4758,7 +4758,7 @@ static void _free_param_cache_list(stmt_handle *stmt_res) {
4758
if (prev_ptr->value != NULL) {
4759
if ( ZEND_Z_TYPE_P(prev_ptr->value) == IS_STRING ) {
4760
if((Z_STR_P(prev_ptr->value)) != NULL || Z_STRLEN_P(prev_ptr->value) != 0) {
4761
- if (!IS_INTERNED((Z_STR_P(prev_ptr->value)))) {
+ if (!ZSTR_IS_INTERNED((Z_STR_P(prev_ptr->value)))) {
4762
zend_string_release((Z_STR_P(prev_ptr->value)));
4763
}
4764
0 commit comments