]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorGeorge Wang <gwang@php.net>
Sun, 21 Jul 2019 04:01:06 +0000 (00:01 -0400)
committerGeorge Wang <gwang@php.net>
Sun, 21 Jul 2019 04:01:06 +0000 (00:01 -0400)
1  2 
sapi/litespeed/lsapi_main.c

index b251bd0a24b206de3027a06db758ec298c0c6b9b,8f02f15c3200c8e1506cee128c7aff9355932c86..d3ac79eb7b2153eb8fe9ed0e7c549c762990c3c6
@@@ -1566,17 -1598,9 +1583,8 @@@ int main( int argc, char * argv[] 
          php_bind = NULL;
      }
  
 -    int iRequestsProcessed = 0;
      int result;
  
-     act.sa_flags = SA_NODEFER;
-     act.sa_handler = lsapi_sigterm;
-     sa_rc = sigaction( SIGINT, &act, &INT_act );
-     sa_rc = sigaction( SIGQUIT, &act, &QUIT_act );
-     sa_rc = sigaction( SIGILL, &act, &ILL_act );
-     sa_rc = sigaction( SIGABRT, &act, &ABRT_act );
-     sa_rc = sigaction( SIGBUS, &act, &BUS_act );
-     sa_rc = sigaction( SIGSEGV, &act, &SEGV_act );
-     sa_rc = sigaction( SIGTERM, &act, &TERM_act );
      atexit(lsapi_atexit);
  
      while( ( result = LSAPI_Prefork_Accept_r( &g_req )) >= 0 ) {