]> granicus.if.org Git - php/commitdiff
oops, didn't mean to activate this!
authorThies C. Arntzen <thies@php.net>
Fri, 12 Nov 1999 14:34:50 +0000 (14:34 +0000)
committerThies C. Arntzen <thies@php.net>
Fri, 12 Nov 1999 14:34:50 +0000 (14:34 +0000)
ext/oci8/oci8.c

index cedeb064e5010d175934039f7f3b935ec42fe9e5..f1b0df032c74b235a412fe2b22ededa19c013ca0 100644 (file)
@@ -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