]> granicus.if.org Git - php/commitdiff
fixed startup-deadlock.
authorThies C. Arntzen <thies@php.net>
Tue, 28 Sep 1999 10:54:42 +0000 (10:54 +0000)
committerThies C. Arntzen <thies@php.net>
Tue, 28 Sep 1999 10:54:42 +0000 (10:54 +0000)
ext/oracle/oracle.c

index c888f8cfbcabf83548bb3bf77defc800eee96142..4c61ba8c2413951915b83c7d0b09848d20e289d4 100644 (file)
@@ -258,8 +258,6 @@ static int _close_oracur(oraCursor *cur)
 #ifdef ZTS
 static void php_ora_init_globals(php_ora_globals *ora_globals)
 {
-       ELS_FETCH();
-
        if (cfg_get_long("oracle.allow_persistent",
                         &ORA(allow_persistent))
                == FAILURE) {