1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 08:02:49 +02:00

oops, didn't mean to activate this!

This commit is contained in:
Thies C. Arntzen
1999-11-12 14:34:50 +00:00
parent e61fea3029
commit d64e09a322

View 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