summaryrefslogtreecommitdiff
path: root/ext/oci8/php_oci8.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-08-01 15:07:59 +0000
committerPierre Joye <pajoye@php.net>2008-08-01 15:07:59 +0000
commitef6cc19055f44ee2c3dc411daa8df97c0068112b (patch)
treeb1d3e25b4efd550ef8f33af3361ad2870e5f4d56 /ext/oci8/php_oci8.h
parent33f48b800c41ca2f269c835e762a010fd72c09d5 (diff)
downloadphp-git-ef6cc19055f44ee2c3dc411daa8df97c0068112b.tar.gz
- MFH: support for Oracle 11g (either 8 or 11g can be built but not both
Diffstat (limited to 'ext/oci8/php_oci8.h')
-rw-r--r--ext/oci8/php_oci8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h
index e0f59e1799..73ce8352e8 100644
--- a/ext/oci8/php_oci8.h
+++ b/ext/oci8/php_oci8.h
@@ -50,6 +50,7 @@
extern zend_module_entry oci8_module_entry;
#define phpext_oci8_ptr &oci8_module_entry
+#define phpext_oci8_11g_ptr &oci8_module_entry
PHP_MINIT_FUNCTION(oci);