mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Merge branch 'PHP-8.2'
This commit is contained in:
commit
da4775f071
@ -1801,7 +1801,8 @@ consult the installation file that came with this distribution, or visit \n\
|
||||
zend_quiet_write(fpm_globals.send_config_pipe[1], &writeval, sizeof(writeval));
|
||||
close(fpm_globals.send_config_pipe[1]);
|
||||
}
|
||||
return FPM_EXIT_CONFIG;
|
||||
exit_status = FPM_EXIT_CONFIG;
|
||||
goto out;
|
||||
}
|
||||
|
||||
if (fpm_globals.send_config_pipe[1]) {
|
||||
|
@ -14,6 +14,7 @@ $cfg = <<<EOT
|
||||
error_log = {{FILE:LOG}}
|
||||
[unconfined]
|
||||
listen = {{ADDR:UDS}}
|
||||
user = root
|
||||
group = aaaaaa
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
|
@ -15,6 +15,7 @@ error_log = {{FILE:LOG}}
|
||||
[unconfined]
|
||||
listen = {{ADDR:UDS}}
|
||||
listen.group = aaaaaa
|
||||
user = root
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
|
@ -15,6 +15,7 @@ error_log = {{FILE:LOG}}
|
||||
[unconfined]
|
||||
listen = {{ADDR:UDS}}
|
||||
listen.owner = aaaaaa
|
||||
user = root
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
|
Loading…
Reference in New Issue
Block a user