On Mon, 7 Feb 2005, Steve Hay wrote:
> Steve Hay wrote:
>
> >The mp2 docs detail what Perl configuration is required for various mp2
> >setups in Unixland
> >(http://perl.apache.org/docs/2.0/user/install/install.html#Prerequisites),
> >but there is no mentio
Steve Hay wrote:
>The mp2 docs detail what Perl configuration is required for various mp2
>setups in Unixland
>(http://perl.apache.org/docs/2.0/user/install/install.html#Prerequisites),
>but there is no mention of what is required on Win32.
>
>The Win32-specific notes
>(h
Stas Bekman wrote:
>>OK, new patch attached. This compiles cleanly and fixes the perl-malloc
>>issues for me. Hope it's OK for you too.
>>
>>
>
>Almost there. env needs to be **env.
>
Oops. Yes, of course. Thanks.
- Steve
>Here is the patch that I've committed:
>
>Index: src/modules/pe
OK, new patch attached. This compiles cleanly and fixes the perl-malloc
issues for me. Hope it's OK for you too.
Almost there. env needs to be **env. Here is the patch that I've committed:
Index: src/modules/perl/mod_perl.c
===
---
Stas Bekman wrote:
>Steve Hay wrote:
>
>
>
>>>Index: src/modules/perl/mod_perl.c
>>>===
>>>--- src/modules/perl/mod_perl.c (revision 151089)
>>>+++ src/modules/perl/mod_perl.c (working copy)
>>>@@ -544,9 +544,9 @@
>>>{
>>>
Steve Hay wrote:
Index: src/modules/perl/mod_perl.c
===
--- src/modules/perl/mod_perl.c (revision 151089)
+++ src/modules/perl/mod_perl.c (working copy)
@@ -544,9 +544,9 @@
{
MP_TRACE_i(MP_FUNC, "mod_perl sys init\n");
-#if 0 /*XXX
Stas Bekman wrote:
>Steve Hay wrote:
>[...]
>
>
>>After further investigation, I've realised that actually Philippe's
>>patch DOES fix the problem.
>>
>>[...]
>>So could somebody please apply the attached patch. (This version
>>updates PERL_SYS_INIT() to PERL_SYS_INIT3() as per perlembed, and
Steve Hay wrote:
[...]
After further investigation, I've realised that actually Philippe's
patch DOES fix the problem.
The reason that I didn't see it before was that in my original
PERL_SYS_INIT() patch I was looking around for a place to put a
corresponding PERL_SYS_TERM(), and had tried plac
Steve Hay wrote:
>Steve Hay wrote:
>
>
>
>>Philippe M. Chiasson wrote:
>>
>>
>>
>>
>>
>>>Steve Hay wrote:
>>>
>>>
>>>
>>>
>>>
>>>
>>>Steve Hay wrote:
>>>
>>>
>>>
>>>
>>>
>>>
>>>
Therefore, I want to configure
Steve Hay wrote:
>Philippe M. Chiasson wrote:
>
>
>
>>Steve Hay wrote:
>>
>>
>>
>>
>>Steve Hay wrote:
>>
>>
>>
>>
>>
>>>Therefore, I want to configure my Perl with MULTIPLICITY and
>>>USE_ITHREADS, but not PERL_IMPLICIT_SYS. That way, I
Philippe M. Chiasson wrote:
>Steve Hay wrote:
>
>
>Steve Hay wrote:
>
>
>
>>Therefore, I want to configure my Perl with MULTIPLICITY and
>>USE_ITHREADS, but not PERL_IMPLICIT_SYS. That way, I can enable
>>PERL_MALLOC.
>>
>>I've tried doing exactly
Steve Hay wrote:
Stas Bekman wrote:
Steve Hay wrote:
Stas Bekman wrote:
Steve Hay wrote:
Therefore, I want to configure my Perl with MULTIPLICITY and
USE_ITHREADS, but not PERL_IMPLICIT_SYS. That way, I can enable
PERL_MALLOC.
I've tried doing exactly this, but it doesn't seem to work. Perl
(
Stas Bekman wrote:
>Steve Hay wrote:
>
>
>>Stas Bekman wrote:
>>
>>
>>
>>
>>>Steve Hay wrote:
>>>
>>>
>>>
>>>
>>>
Therefore, I want to configure my Perl with MULTIPLICITY and
USE_ITHREADS, but not PERL_IMPLICIT_SYS. That way, I can enable
PERL_MALLOC.
I've tried
On Mon, 31 Jan 2005, Steve Hay wrote:
> Stas Bekman wrote:
>
> >Steve Hay wrote:
> >
> >
> >>Therefore, I want to configure my Perl with MULTIPLICITY and
> >>USE_ITHREADS, but not PERL_IMPLICIT_SYS. That way, I can enable
> >>PERL_MALLOC.
> >>
> >>I've tried doing exactly this, but it doesn't see
Steve Hay wrote:
Stas Bekman wrote:
Steve Hay wrote:
Therefore, I want to configure my Perl with MULTIPLICITY and
USE_ITHREADS, but not PERL_IMPLICIT_SYS. That way, I can enable
PERL_MALLOC.
I've tried doing exactly this, but it doesn't seem to work. Perl
(5.8.6) itself built and tested wit
Stas Bekman wrote:
>Steve Hay wrote:
>
>
>>Therefore, I want to configure my Perl with MULTIPLICITY and
>>USE_ITHREADS, but not PERL_IMPLICIT_SYS. That way, I can enable
>>PERL_MALLOC.
>>
>>I've tried doing exactly this, but it doesn't seem to work. Perl
>>(5.8.6) itself built and tested wi
Steve Hay wrote:
The mp2 docs detail what Perl configuration is required for various mp2
setups in Unixland
(http://perl.apache.org/docs/2.0/user/install/install.html#Prerequisites),
but there is no mention of what is required on Win32.
The Win32-specific notes
(http://perl.apache.org/docs
The mp2 docs detail what Perl configuration is required for various mp2
setups in Unixland
(http://perl.apache.org/docs/2.0/user/install/install.html#Prerequisites),
but there is no mention of what is required on Win32.
The Win32-specific notes
(http://perl.apache.org/docs/2.0/os/win32
Hello,
When i want to define a multi argument configuration directive using
perl, i have to use an array variable:
@DirectoryIndex = ("foo", "bar");
But if this directive is used inside a section, i have to use an
anonymous array:
$Directory{"flup} = {
DirectoryIndex => [ "foo", "bar" ]
};
19 matches
Mail list logo