mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
some perl builds require my_perl for PERL_SYS_TERM()
This commit is contained in:
parent
d8623fc535
commit
37cc29a405
@ -1059,5 +1059,16 @@ ngx_http_perl_init_worker(ngx_cycle_t *cycle)
|
||||
static void
|
||||
ngx_http_perl_exit(ngx_cycle_t *cycle)
|
||||
{
|
||||
ngx_http_perl_main_conf_t *pmcf;
|
||||
|
||||
pmcf = ngx_http_cycle_get_module_main_conf(cycle, ngx_http_perl_module);
|
||||
|
||||
{
|
||||
|
||||
dTHXa(pmcf->perl);
|
||||
PERL_SET_CONTEXT(pmcf->perl);
|
||||
|
||||
PERL_SYS_TERM();
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user