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/oci8_interface.c | |
| 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/oci8_interface.c')
| -rw-r--r-- | ext/oci8/oci8_interface.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/oci8/oci8_interface.c b/ext/oci8/oci8_interface.c index dd3a8e30bd..7b872ed894 100644 --- a/ext/oci8/oci8_interface.c +++ b/ext/oci8/oci8_interface.c @@ -963,7 +963,6 @@ PHP_FUNCTION(oci_lob_export) } /* }}} */ -#ifdef HAVE_OCI8_TEMP_LOB /* {{{ proto bool oci_lob_write_temporary(string var [, int lob_type]) Writes temporary blob */ PHP_FUNCTION(oci_lob_write_temporary) @@ -1025,7 +1024,6 @@ PHP_FUNCTION(oci_lob_close) RETURN_TRUE; } /* }}} */ -#endif /* {{{ proto object oci_new_descriptor(resource connection [, int type]) Initialize a new empty descriptor LOB/FILE (LOB is default) */ @@ -1903,7 +1901,6 @@ PHP_FUNCTION(oci_num_rows) } /* }}} */ -#ifdef PHP_OCI8_HAVE_COLLECTIONS /* {{{ proto bool oci_free_collection() Deletes collection object*/ PHP_FUNCTION(oci_free_collection) @@ -2188,8 +2185,6 @@ PHP_FUNCTION(oci_new_collection) } /* }}} */ -#endif - #endif /* HAVE_OCI8 */ /* |
