summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/oci8/oci8.c4
1 files 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