Browse Source

fix build

migration/RELEASE_1_0_0
foobar 20 years ago
parent
commit
bb1be4efaf
  1. 2
      ext/sybase/php_sybase_db.c

2
ext/sybase/php_sybase_db.c

@ -1354,7 +1354,7 @@ PHP_FUNCTION(sybase_result)
}
*return_value = *result->data[Z_LVAL_PP(row)][field_offset];
pval_copy_constructor(return_value);
zval_copy_ctor(return_value);
}
/* }}} */

Loading…
Cancel
Save