diff options
| author | Christopher Jones <sixd@php.net> | 2008-01-15 20:47:50 +0000 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2008-01-15 20:47:50 +0000 |
| commit | c19506f6804f3bfa4a82ca7a1672b3ff73c4c056 (patch) | |
| tree | ae9c2864f3e68ec270d1123a38f04b9a3cc4514a /ext/oci8/php_oci8_int.h | |
| parent | 810c41e096b3869e2db67652911aa5a0f069200f (diff) | |
| download | php-git-c19506f6804f3bfa4a82ca7a1672b3ff73c4c056.tar.gz | |
MFB: fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory)
Diffstat (limited to 'ext/oci8/php_oci8_int.h')
| -rw-r--r-- | ext/oci8/php_oci8_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h index fc947026e5..b58e9fab59 100644 --- a/ext/oci8/php_oci8_int.h +++ b/ext/oci8/php_oci8_int.h @@ -352,6 +352,7 @@ int php_oci_lob_get_buffering (php_oci_descriptor *); int php_oci_lob_copy (php_oci_descriptor *, php_oci_descriptor *, long TSRMLS_DC); #ifdef HAVE_OCI8_TEMP_LOB int php_oci_lob_close (php_oci_descriptor * TSRMLS_DC); +int php_oci_temp_lob_close (php_oci_descriptor * TSRMLS_DC); int php_oci_lob_write_tmp (php_oci_descriptor *, ub1, zstr, int TSRMLS_DC); #endif void php_oci_lob_free(php_oci_descriptor * TSRMLS_DC); |
