Skip to content

Commit 3bd0f95

Browse files
committed
fix win32 build
1 parent 942b11a commit 3bd0f95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/oci8/oci8_statement.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows TSRMLS_DC)
219219
column->data = (text *) ecalloc(1, PHP_OCI_PIECE_SIZE + 1);
220220
} else {
221221
column->data = erealloc(column->data, column->retlen4 + PHP_OCI_PIECE_SIZE + 1);
222-
memset(column->data + column->retlen4, 0, PHP_OCI_PIECE_SIZE + 1);
223222
}
224223
column->cb_retlen = PHP_OCI_PIECE_SIZE;
225224

0 commit comments

Comments
 (0)