Re: [mp2] block & PerlOptions +Parent & PerlRequire segfaults on 2.0.2, but not 2.0.1

2006-01-20 Thread Philippe M. Chiasson
Eamon Daly wrote: > 1. Problem Description: > > If I declare a section in httpd.conf, then define > a virtual host with "PerlOptions +Parent", httpd dies with > a segfault on subsequent PerlRequires. This works in 2.0.1. > Here's a minimal example, tacked on to the end of the > default httpd.conf

issues with figuring out which mp version is running

2006-01-20 Thread Stas Bekman
The docs advertise invalid information about figuring out whether we are running under mp2 or mp1: use mod_perl; use constant MP2 => ($mod_perl::VERSION >= 1.99); that will always fail, since mp2 now lives in mod_perl2.pm. I didn't check everywhere, but at least these docs need to be correct

Re: right patch for Apache::Reload

2006-01-20 Thread Javier Uruen Val
Hi, [...] > > - Module A uses symbols exported by Module B > > - Module A is located before than B in %INC when iterating. > > - Module A and B have changed and A uses new symbols exported by > > B > > > > When that happens we got an error when Apache::Reload tries