Randy Kobes wrote:
[...]
Please drop that part:

Index: Apache-Test/lib/Apache/TestRun.pm
[...]
-    $original_command = "ulimit -c unlimited; $original_command";
+    $original_command = "ulimit -c unlimited; PERL_DL_NONLAZY=1
$original_command";

Though I'd like to somehow reimplant PERL_DL_NONLAZY=1 only into apr-ext tests, because w/o it we may miss problems on all but a few platforms.


it's only needed for testing. Shouldn't be in the core (at least not now).

The rest is hard to tell as it's a big patch. Hopefully
nothing was missed. So go ahead and apply it and we will
take it from there. As I originally mentioned there were a
few minor issues with my original patch, but they may
remove themselves as you adjust it to work with win32.

Thanks Randy!


Thanks, Stas - I just did that ... But I'm afraid I missed
that there was still an Apache-Test file included in the
changes, and I didn't commit that separately. Sorry about
that ...

No problem :)

The only missing part is an entry in Changes, but I suppose we can add it once win32 is happy.

Thanks Randy!

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to