Philippe M. Chiasson wrote:
I've narrowed down a strange bug I reported a while back.

Seems that using constant for Perl* directives doesn't quite work for perl 5.6.1 and 5.6.x

<Location /segv>
 PerlModule Apache::Constants
 SetHandler perl-script
 PerlHandler Apache::OK
</Location>

I don't think it's supposed to work. It should be:


PerlHandler Apache::Constants::OK

svpeek(0x85f12c0)

PV("Apache::OK"\0)

and that's exactly what it is -- a string.


__________________________________________________________________
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