[PHP] Environment Variable contamination between vhosts - 1.3.33

2005-08-08 Thread Marc Powell
Hi all, First time poster here so I apologize in advance for any gaffs. I've Googled, searched the archives and the FAQ but can't find anything close to what I'm experiencing. I have apache-1.3.33, mod_ssl-2.8.22 (with patches), php-4.3.2 (with patches, 4.4.0 tested as well), mod_perl-1.29-5

Re: [PHP] Environment Variable contamination between vhosts - 1.3.33

2005-08-08 Thread Rasmus Lerdorf
Marc Powell wrote: Hi all, First time poster here so I apologize in advance for any gaffs. I've Googled, searched the archives and the FAQ but can't find anything close to what I'm experiencing. I have apache-1.3.33, mod_ssl-2.8.22 (with patches), php-4.3.2 (with patches, 4.4.0 tested as

RE: [PHP] Environment Variable contamination between vhosts - 1.3.33

2005-08-08 Thread Marc Powell
-Original Message- From: [EMAIL PROTECTED] [mailto:replies-lists- [EMAIL PROTECTED] Sent: Monday, August 08, 2005 11:49 AM To: Marc Powell Subject: Re: [PHP] Environment Variable contamination between vhosts - 1.3.33 Date: Monday, August 08, 2005 09:34:50 AM -0700 From

Re[2]: [PHP] Environment Variable contamination between vhosts - 1.3.33

2005-08-08 Thread Tom Rogers
Hi, Tuesday, August 9, 2005, 3:04:41 AM, you wrote: MP Using -- MP #!/usr/bin/perl MP ## MP ## printenv -- demo CGI program which just prints its environment MP ## MP print Content-type: text/plain\n\n; MP foreach $var (sort(keys(%ENV))) { MP $val = $ENV{$var}; MP $val =~ s|\n|\\n|g;