diff options
| author | Christopher Jones <sixd@php.net> | 2008-06-05 23:43:10 +0000 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2008-06-05 23:43:10 +0000 |
| commit | b8e1d4d4e5af74a9d5a95d03adbe2b93e58301b7 (patch) | |
| tree | d0727b9badca2cce9a180e7b7a6595e6ebfc0657 /ext/oci8/php_oci8_int.h | |
| parent | 19732456a1616f88bd26e2a62f1e00abd2eba628 (diff) | |
| download | php-git-b8e1d4d4e5af74a9d5a95d03adbe2b93e58301b7.tar.gz | |
MFB: OCI8: Remove macros obsoleted by rev 1.55.2.3.2.11.2.1 when Oracle 8 support was dropped
Diffstat (limited to 'ext/oci8/php_oci8_int.h')
| -rw-r--r-- | ext/oci8/php_oci8_int.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h index 13e3149c4f..0a1eab2843 100644 --- a/ext/oci8/php_oci8_int.h +++ b/ext/oci8/php_oci8_int.h @@ -59,16 +59,12 @@ extern int le_connection; extern int le_pconnection; extern int le_statement; extern int le_descriptor; -#ifdef PHP_OCI8_HAVE_COLLECTIONS extern int le_collection; -#endif extern int le_server; extern int le_session; extern zend_class_entry *oci_lob_class_entry_ptr; -#ifdef PHP_OCI8_HAVE_COLLECTIONS extern zend_class_entry *oci_coll_class_entry_ptr; -#endif /* constants {{{ */ #define PHP_OCI_SEEK_SET 0 @@ -385,11 +381,9 @@ int php_oci_lob_flush (php_oci_descriptor *, long TSRMLS_DC); int php_oci_lob_set_buffering (php_oci_descriptor *, int TSRMLS_DC); 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, char *, int TSRMLS_DC); -#endif void php_oci_lob_free(php_oci_descriptor * TSRMLS_DC); int php_oci_lob_import(php_oci_descriptor *descriptor, char * TSRMLS_DC); int php_oci_lob_append (php_oci_descriptor *, php_oci_descriptor * TSRMLS_DC); |
