Date: 01/18/01
- Next message: Stig Venaas: "Re: [PHP-DEV] ADT in PHP - where do we want them?"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #8772: user level session storage fails when register_globals off"
- Next in thread: Nalin Dahyabhai: "[PHP-DEV] Re: PHP 4.0 Bug #8486 Updated: Error parsing form data field names in rfc1867.c"
- Reply: Nalin Dahyabhai: "[PHP-DEV] Re: PHP 4.0 Bug #8486 Updated: Error parsing form data field names in rfc1867.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Jan 03, 2001 at 10:53:10AM -0000, Bug Database wrote:
> ID: 8486
> Updated by: stas
> Reported By: nalin+php <email protected>
> Old-Status: Open
> Status: Closed
> Bug Type: Scripting Engine problem
> Assigned To:
> Comments:
>
> fixed in CVS (ported fix from PHP 3), thanks. Please check
> and report if you still have problems.
I finally got some time to pull the diff from 1.54 to 1.56 and try
it out. It's better, but not quite right. It looks like the variable
name isn't being terminated in the right place -- a dump of the output
from phpinfo() shows that the variable names include a carriage return
at the end of their names ("testvariable^M").
Terminating at the first whitespace or semicolon if s is NULL, or at
the carriage return if there's no more whitespace or semicolons, might
be the right thing to do at that point.
If a dump of the client POST request and/or the output of phpinfo()
would be of any help, I can provide them.
Thanks,
Nalin
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Stig Venaas: "Re: [PHP-DEV] ADT in PHP - where do we want them?"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #8772: user level session storage fails when register_globals off"
- Next in thread: Nalin Dahyabhai: "[PHP-DEV] Re: PHP 4.0 Bug #8486 Updated: Error parsing form data field names in rfc1867.c"
- Reply: Nalin Dahyabhai: "[PHP-DEV] Re: PHP 4.0 Bug #8486 Updated: Error parsing form data field names in rfc1867.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

