diff options
-rw-r--r-- | ext/oci8/oci8.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 945ec88994..e8c2c52a1d 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -63,10 +63,10 @@ static int le_stmt; /* active statements */ static zend_class_entry *oci_lob_class_entry_ptr; #ifndef SQLT_BFILEE - #define SQLT_BFILEE 114 +#define SQLT_BFILEE 114 #endif #ifndef SQLT_CFILEE - #define SQLT_CFILEE 115 +#define SQLT_CFILEE 115 #endif #define SAFE_STRING(s) ((s)?(s):"") @@ -327,9 +327,9 @@ PHP_MINIT_FUNCTION(oci) ELS_FETCH(); #ifdef ZTS - #define PHP_OCI_INIT_MODE OCI_THREADED +#define PHP_OCI_INIT_MODE OCI_THREADED #else - #define PHP_OCI_INIT_MODE OCI_DEFAULT +#define PHP_OCI_INIT_MODE OCI_DEFAULT #endif #if OCI_USE_EMALLOC |