1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00

MFH: Add ifdef

This commit is contained in:
Christopher Jones
2008-01-18 16:03:35 +00:00
parent 45353a5c39
commit a4c915c855

View File

@@ -1636,7 +1636,9 @@ int php_oci_column_to_zval(php_oci_out_column *column, zval *value, int mode TSR
/* PHP_OCI_RETURN_LOBS means that we want the content of the LOB back instead of the locator */
lob_fetch_status = php_oci_lob_read(descriptor, -1, 0, &lob_buffer, &lob_length TSRMLS_CC);
#ifdef HAVE_OCI8_TEMP_LOB
php_oci_temp_lob_close(descriptor);
#endif
if (lob_fetch_status) {
ZVAL_FALSE(value);
return 1;