Should probably try to make it mod_perl2.c too, then - the whole point of php using the major version number in the .so file is that you can load multiple versions into the same server. While it's true that that's not applicable for mp1/mp2, if it's compiled as mod_perl.c, I'm not sure if Apache will ever let 2 different versions of the module into the server. This is either desirable or not. If it is, I believe we need to change the .c reference too. If not, there's no reason to do mod_perl2.so
Just my $0.03 Issac ----- Original Message ----- From: "Stas Bekman" <[EMAIL PROTECTED]> To: "Issac Goldstand" <[EMAIL PROTECTED]> Cc: "Philippe M. Chiasson" <[EMAIL PROTECTED]>; "mod_perl Dev" <[EMAIL PROTECTED]> Sent: Friday, March 26, 2004 1:19 AM Subject: Re: [mp2] should we use mod_perl2.so instead of mod_perl.so? > Issac Goldstand wrote: > > I was gonna mention php - I don't remember exactly how they do, but it IS > > labelled php4.so (I think libphp4.so) > > It definitely won't be libperl4.so. We had this fun with mp1 already. So it'll > be mod_perl2.so and you'd say: > > LoadModule perl_module modules/mod_perl2.so > > Does that sound right? > > We will have to fix Apache-Test, though to deal with mod_perl.c => > mod_perl2.so. Or may be we should just rename the c files to be mod_perl2.[ch]? > > Obviously this change will break any CPAN mp2 XS modules, but there aren't > many, and mostly written by us, so it's probably OK. > > __________________________________________________________________ > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
