From: Igor Sysoev Date: Tue, 28 Nov 2006 13:20:34 +0000 (+0000) Subject: the PERL_NO_GET_CONTEXT is actually required, see perlguts X-Git-Tag: release-0.5.0~3 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=90d7bb2b13c2e3133300939734e202c9686a8f64;p=nginx.git the PERL_NO_GET_CONTEXT is actually required, see perlguts --- diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index 8f1854b3b..90b4c57a9 100644 --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs @@ -4,6 +4,8 @@ */ +#define PERL_NO_GET_CONTEXT + #include #include #include