From 569ce842f16f7b064f51146be616fad349d0a7a3 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 5 Apr 2006 14:06:00 +0000 Subject: fix #36934 (OCILob->read() doesn't move internal pointer when reading 0's) --- ext/oci8/php_oci8_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/oci8/php_oci8_int.h') diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h index 0553bc70b9..94da6eed2a 100644 --- a/ext/oci8/php_oci8_int.h +++ b/ext/oci8/php_oci8_int.h @@ -78,7 +78,7 @@ extern zend_class_entry *oci_coll_class_entry_ptr; #define PHP_OCI_MAX_NAME_LEN 64 #define PHP_OCI_MAX_DATA_SIZE INT_MAX #define PHP_OCI_PIECE_SIZE (64*1024)-1 -#define PHP_OCI_LOB_BUFFER_SIZE 1048576l +#define PHP_OCI_LOB_BUFFER_SIZE 32768 #define PHP_OCI_ASSOC 1<<0 #define PHP_OCI_NUM 1<<1 -- cgit v1.2.1