diff options
author | Antony Dovgal <tony2001@php.net> | 2006-08-22 11:09:12 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-08-22 11:09:12 +0000 |
commit | 08a9ab02ba56fbf43062073a3749407645698b51 (patch) | |
tree | 6e31d949765451bbbea08186782983971193d6ed /ext/oci8/oci8_lob.c | |
parent | 7dfbf5b2e4dc4030dbbe137e7d4b52f15e43e5bd (diff) | |
download | php-git-08a9ab02ba56fbf43062073a3749407645698b51.tar.gz |
minor improvements
Diffstat (limited to 'ext/oci8/oci8_lob.c')
-rw-r--r-- | ext/oci8/oci8_lob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8_lob.c b/ext/oci8/oci8_lob.c index c19b9c6ced..326811df71 100644 --- a/ext/oci8/oci8_lob.c +++ b/ext/oci8/oci8_lob.c @@ -479,7 +479,7 @@ int php_oci_lob_set_buffering (php_oci_descriptor *descriptor, int on_off TSRMLS /* {{{ php_oci_lob_get_buffering() Return current buffering state for the LOB */ -int php_oci_lob_get_buffering (php_oci_descriptor *descriptor TSRMLS_DC) +int php_oci_lob_get_buffering (php_oci_descriptor *descriptor) { if (descriptor->buffering != PHP_OCI_LOB_BUFFER_DISABLED) { return 1; |