]> git.kaiwu.me - nginx.git/commitdiff
the PERL_NO_GET_CONTEXT is actually required, see perlguts
authorIgor Sysoev <igor@sysoev.ru>
Tue, 28 Nov 2006 13:20:34 +0000 (13:20 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 28 Nov 2006 13:20:34 +0000 (13:20 +0000)
src/http/modules/perl/nginx.xs

index 8f1854b3bc2745abdf3e434f7a01d81b166d86dc..90b4c57a9464c4b2893a39804a3f97908b0e2c35 100644 (file)
@@ -4,6 +4,8 @@
  */
 
 
+#define PERL_NO_GET_CONTEXT
+
 #include <ngx_config.h>
 #include <ngx_core.h>
 #include <ngx_http.h>