[PHP-DEV] PHP 4.0 Bug #7004 Updated: Sega Dreamcast-PlanetWeb browser POST parse bug From: sniper <email protected>
Date: 12/18/00

ID: 7004
Updated by: sniper
Reported By: makhzi <email protected>
Old-Status: Open
Status: Feedback
Bug Type: Unknown/Other Function
Assigned To:
Comments:

Does this happen with latest snapshot from http://snaps.php.net/ ??

--Jani

Previous Comments:
---------------------------------------------------------------------------

[2000-10-04 01:29:47] makhzi <email protected>
Dreamcast platform there are at least two web browsers: DreamPassport and PlanetWeb.

When using PlanetWEB and sending filled FORM (POST method)
there is a bug (i thing so, but I'm not fluent in C programming...)
According to RFC1341 boundary can be in quoted marks (look there at value syntax).
Of course PW sends boundary with quotation marks.

(PHP4.0.2)
file: rfc1867.c
function: SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)

(PHP3.0.16)
file: post.c
function: static char *php3_getpost(pval *http_post_vars)

when i've deleted quotas from boundary everithing went OK.

---------------------------------------------------------------------------

[2000-10-04 01:24:40] makhzi <email protected>
Dreamcast platform there are at least two web browsers: DreamPassport and PlanetWeb.

When using PlanetWEB and sending filled FORM (POST method)
there is a bug (i thing so, but I'm not fluent in C programming...)
According to RFC1341 boundary can be in quoted marks (look there at value syntax).
Of course PW sends boundary with quotation marks.

(PHP4.0.2)
file: rfc1867.c
function: SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)

(PHP3.0.16)
file: post.c
function: static char *php3_getpost(pval *http_post_vars)

when i've deleted quotas from boundary everithing went OK.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7004

-- 
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>