tony2001 Fri Oct 13 14:26:14 2006 UTC
Modified files:
/php-src/ext/oci8 oci8_statement.c
Log:
fix win32 build
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_statement.c?r1=1.31&r2=1.32&diff_format=u
Index: php-src/ext/oci8/oci8_statement.c
diff -u php-src/ext/oci8/oci8_statement.c:1.31
php-src/ext/oci8/oci8_statement.c:1.32
--- php-src/ext/oci8/oci8_statement.c:1.31 Thu Oct 12 10:02:34 2006
+++ php-src/ext/oci8/oci8_statement.c Fri Oct 13 14:26:14 2006
@@ -25,7 +25,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: oci8_statement.c,v 1.31 2006/10/12 10:02:34 tony2001 Exp $ */
+/* $Id: oci8_statement.c,v 1.32 2006/10/13 14:26:14 tony2001 Exp $ */
#ifdef HAVE_CONFIG_H
@@ -219,7 +219,6 @@
column->data = (text *)
ecalloc(1, PHP_OCI_PIECE_SIZE + 1);
} else {
column->data =
erealloc(column->data, column->retlen4 + PHP_OCI_PIECE_SIZE + 1);
- memset(column->data +
column->retlen4, 0, PHP_OCI_PIECE_SIZE + 1);
}
column->cb_retlen = PHP_OCI_PIECE_SIZE;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php