[PATCH] mp2: $r->print($scalarref)

2002-10-01 Thread Stephen Clouse
This patch allows $r->print($scalarref) to work in mod_perl 2, as it does currently in mod_perl 1. -- Stephen Clouse <[EMAIL PROTECTED]> Senior Programmer, IQ Coordinator Project Lead The IQ Group, Inc. Index: xs/modperl_xs_util.h =

Re: [PATCH] mp2: $r->print($scalarref)

2002-10-01 Thread Stephen Clouse
Here's the fully factorized version. I was in a hurry to mail this off :) -- Stephen Clouse <[EMAIL PROTECTED]> Senior Programmer, IQ Coordinator Project Lead The IQ Group, Inc. Index: xs/modperl_xs_util.h ==

[PATCH] TestConfigParse can't grok LoadModule Perl::Module

2002-10-01 Thread Stephen Clouse
Something I hit while getting config directives in mp2 going. Upon encountering a LoadModule directive that loads a Perl module, Makefile.PL croaks like so: Configuring Apache/2.0.41-dev mod_perl/1.99_08-dev Perl/v5.8.0 fileparse(): need a valid pathname at Apache-Test/lib/Apache/TestConfigPars

mod_perl and apache 2.0.42

2002-10-01 Thread Vallimar
Hello, I had an issue getting the two to work, a little investigation showed that my headers were installed in a different place, here is a patch against 2.0 that resolved it. Just in case anyone finds it usefull. --- mod_perl-2.0/lib/Apache/Build.orig 2002-09-26 19:29:16.0 -0400 +++ m