Re: [PHP] $PHP_SELF truncated to 17 chars

2001-01-18 Thread Shawn Blaylock
Private email at http://www.smackdown.com/ > > On Thu, 18 Jan 2001, Shawn Blaylock wrote: > > > Date: Thu, 18 Jan 2001 15:19:37 -0800 > > From: Shawn Blaylock <[EMAIL PROTECTED]> > > To: jeremy brand <[EMAIL PROTECTED]> > > Cc: [EMAIL PROTECTED] > >

Re: [PHP] $PHP_SELF truncated to 17 chars

2001-01-18 Thread jeremy brand
TED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] $PHP_SELF truncated to 17 chars > > Unfortunately, it's hacking off the last few characters in SCRIPT_NAME, > too. > > --Shawn > > jeremy brand wrote: > > > > I'm not aware of this bug, but tempora

Re: [PHP] $PHP_SELF truncated to 17 chars

2001-01-18 Thread Shawn Blaylock
15:03:39 -0800 > > From: Shawn Blaylock <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: [PHP] $PHP_SELF truncated to 17 chars > > > > I'm having a problem with $PHP_SELF being cut down to 17 characters, for > > instance > > > > /Scr

Re: [PHP] $PHP_SELF truncated to 17 chars

2001-01-18 Thread jeremy brand
e email at http://www.smackdown.com/ On Thu, 18 Jan 2001, Shawn Blaylock wrote: > Date: Thu, 18 Jan 2001 15:03:39 -0800 > From: Shawn Blaylock <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [PHP] $PHP_SELF truncated to 17 chars > > I'm having a problem with $PHP_SELF bei

[PHP] $PHP_SELF truncated to 17 chars

2001-01-18 Thread Shawn Blaylock
I'm having a problem with $PHP_SELF being cut down to 17 characters, for instance /Scripts/php/phpscript.php?value=123 would be cut down to /Scripts/php/phps There was a bug opened up on bugs.php.net, id number 5380, but I can't find a solution in the comments listed there. I was wondering if a