From: Thies C. Arntzen Date: Fri, 12 Nov 1999 14:34:50 +0000 (+0000) Subject: oops, didn't mean to activate this! X-Git-Tag: php-4.0b3_RC5~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d64e09a3227ff09ffec81042814461ea2f516d96;p=php oops, didn't mean to activate this! --- 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