Re: [mp1] win32 Makefile.PL patch

2003-09-13 Thread Stas Bekman
Randy Kobes wrote: On Sat, 13 Sep 2003, Stas Bekman wrote: [ ... ] So what I was saying is that we probably need to continue building *mod_perl* as before, however make mod_perl.lib and anything else needed available under the Apache source tree (or I think under the perl lib tree for mp1, since

Re: [mp1] win32 Makefile.PL patch

2003-09-13 Thread Randy Kobes
On Sat, 13 Sep 2003, Stas Bekman wrote: [ ... ] > So what I was saying is that we probably need to continue > building *mod_perl* as before, however make mod_perl.lib > and anything else needed available under the Apache source > tree (or I think under the perl lib tree for mp1, since > that's whe

Re: selecting the proper interpreter

2003-09-13 Thread Stas Bekman
Geoffrey Young wrote: I was wondering why modperl_run_filter_init() uses MP_dINTERP_SELECT to select the interpreter, but never puts the interpreter back into the pool. what happens to the remaining phases if PerlInterpScope is handler? must be a bug then. ok, I'll get a patch together

Re: [mp1] win32 Makefile.PL patch

2003-09-13 Thread Stas Bekman
Randy Kobes wrote: On Fri, 12 Sep 2003, Stas Bekman wrote: Randy Kobes wrote: In a thread on the mod_perl list about building Apache::Dispatch on Win32 using mod_perl 1, Steve raised the point about the entry in Apache::MyConfig pointing to mod_perl.lib referred to the source location. For build

Re: RE : RE : BINMODE does not seem to support PerlIO layers on mod_perl 2

2003-09-13 Thread Stas Bekman
Ayhan Ulusoy wrote: Sorry for the latish reply. I'm now back from vacation. Yes. The CVS version seems to be working for us now. I don't know what the new "layer" implementation does, but it seems to cut it for us at this point. Thanks a lot. Just out of curiosity... how does the new implementa

Re: selecting the proper interpreter

2003-09-13 Thread Geoffrey Young
I was wondering why modperl_run_filter_init() uses MP_dINTERP_SELECT to select the interpreter, but never puts the interpreter back into the pool. what happens to the remaining phases if PerlInterpScope is handler? must be a bug then. ok, I'll get a patch together for it. cool, thank

RE : RE : BINMODE does not seem to support PerlIO layers on mod_perl 2

2003-09-13 Thread Ayhan Ulusoy
Sorry for the latish reply. I'm now back from vacation. Yes. The CVS version seems to be working for us now. I don't know what the new "layer" implementation does, but it seems to cut it for us at this point. Thanks a lot. Just out of curiosity... how does the new implementation differ from t