[mp1] PERL5LIB handled backwards (mod_perl 1.27+)

[prev] [thread] [next] [Date index for 2005/02/07]

From: Gordon Lack
Subject: [mp1] PERL5LIB handled backwards (mod_perl 1.27+)
Date: 16:08 on 07 Feb 2005
   The Changes file notes:

> PERL5LIB support now properly unshifts paths into @INC rather than push

(added in 1.27)

   While it now does unshift rather than push (so the entries end up at
the front of @INC, not the back) it does so backwards!

  eg:

 PerlPassEnv PERL5LIB /dir1:/dir2:/dir3

will end up setting @INC to:

 /dir3
 /dir2
 /dir1
 <previous-@INC>

(you can see this via Apache::Status)

(message missing)

Missing symbol: mod_perl2-RC3
Lack Mr G M 16:31 on 06 Jan 2005

Re: Missing symbol: mod_perl2-RC3
Stas Bekman 16:53 on 06 Jan 2005

Re: Missing symbol: mod_perl2-RC3
Gordon Lack 18:42 on 06 Jan 2005

Bug(?) in mod_perl-2 RC3
Gordon Lack 19:16 on 06 Jan 2005

Re: Bug(?) in mod_perl-2 RC3
Stas Bekman 16:36 on 10 Jan 2005

Re: Bug(?) in mod_perl-2 RC3
Gordon Lack 18:04 on 10 Jan 2005

[mp1] PERL5LIB handled backwards (mod_perl 1.27+)
Gordon Lack 16:08 on 07 Feb 2005

Re: Missing symbol: mod_perl2-RC3
Stas Bekman 16:40 on 10 Jan 2005

Re: Missing symbol: mod_perl2-RC3
Gordon Lack 18:10 on 10 Jan 2005

Re: Missing symbol: mod_perl2-RC3
Gordon Lack 18:31 on 10 Jan 2005

Re: Missing symbol: mod_perl2-RC3
Stas Bekman 21:57 on 10 Jan 2005

Re: Bug(?) in mod_perl-2 RC3
Stas Bekman 22:24 on 10 Jan 2005

Generated at 11:30 on 23 Feb 2005 by mariachi v0.52