Skip to content

Commit c7f7412

Browse files
committed
Litespeed
1 parent 2609164 commit c7f7412

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sapi/litespeed/lsapi_main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,6 +1395,8 @@ void start_children( int children )
13951395
switch( pid ) {
13961396
case 0: /* children process */
13971397

1398+
php_child_init();
1399+
13981400
/* don't catch our signals */
13991401
sigaction( SIGTERM, &old_term, 0 );
14001402
sigaction( SIGQUIT, &old_quit, 0 );

0 commit comments

Comments
 (0)