summaryrefslogtreecommitdiff
path: root/ext/oci8/php_oci8_int.h
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-04-05 14:06:00 +0000
committerAntony Dovgal <tony2001@php.net>2006-04-05 14:06:00 +0000
commit569ce842f16f7b064f51146be616fad349d0a7a3 (patch)
treeb73714307917c2980a9075ffed560ff2fd3c0b74 /ext/oci8/php_oci8_int.h
parentc0592d17e9542e2cea0088c133a58cc11d4edf08 (diff)
downloadphp-git-569ce842f16f7b064f51146be616fad349d0a7a3.tar.gz
fix #36934 (OCILob->read() doesn't move internal pointer when reading 0's)
Diffstat (limited to 'ext/oci8/php_oci8_int.h')
-rw-r--r--ext/oci8/php_oci8_int.h2
1 files changed, 1 insertions, 1 deletions
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