diff options
author | Thies C. Arntzen <thies@php.net> | 1999-11-12 14:34:50 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 1999-11-12 14:34:50 +0000 |
commit | d64e09a3227ff09ffec81042814461ea2f516d96 (patch) | |
tree | 2eae11c76bff54b908e3c51d144bda2dbfecbc38 | |
parent | e61fea3029b4b02d3c00ca9c7cec020110708e98 (diff) | |
download | php-git-d64e09a3227ff09ffec81042814461ea2f516d96.tar.gz |
oops, didn't mean to activate this!
-rw-r--r-- | ext/oci8/oci8.c | 4 |
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 |