From 5132321c3ee66e0864bc92860c0cf9690bf7a71f Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Fri, 21 Apr 2000 15:04:41 +0000 Subject: oracle compiles now on win32 - untested! --- ext/oracle/oracle.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ext/oracle/oracle.c') diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c index 35dcb98b36..31259c0a15 100644 --- a/ext/oracle/oracle.c +++ b/ext/oracle/oracle.c @@ -40,12 +40,6 @@ #include "ext/standard/info.h" -#ifdef WIN32 -# include "variables.h" -#else -# include "build-defs.h" -#endif - #ifndef min #define min(a, b) ((a) > (b) ? (b) : (a)) @@ -281,8 +275,6 @@ static void php_ora_init_globals(ORALS_D) PHP_MINIT_FUNCTION(oracle) { - ELS_FETCH(); - #ifdef ZTS ora_globals_id = ts_allocate_id(sizeof(php_ora_globals), (ts_allocate_ctor) php_ora_init_globals, NULL); #else -- cgit v1.2.1