From d64e09a3227ff09ffec81042814461ea2f516d96 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Fri, 12 Nov 1999 14:34:50 +0000 Subject: [PATCH] oops, didn't mean to activate this! --- ext/oci8/oci8.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index cedeb064e5..f1b0df032c 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -1997,7 +1997,7 @@ _oci_close_server(oci_server *server) if (server->open) { if (server->pServer && OCI(pError)) { -#if APACHE +#if 0 && APACHE void (*handler) (int); handler = signal(SIGCHLD, SIG_DFL); #endif @@ -2006,7 +2006,7 @@ _oci_close_server(oci_server *server) OCI(pError), OCI_DEFAULT); -#if APACHE +#if 0 && APACHE signal(SIGCHLD,handler); #endif -- 2.50.1