From:             sh_tanaka at mail dot goo dot ne dot jp
Operating system: Solaris 8
PHP version:      5.2.5
PHP Bug Type:     mbstring related
Bug description:  Encoding translation does't work when posted 
multipart/form-data

Description:
------------
Encoding translation of incomming posted data does't work when enctype
attribute in from element is set to multipart/form-data.

We are plannning to upgrade PHP4.3.11 to 5.2.5 and now we are testing
all applications.
Translation of PHP4.3.11 is OK, but NO translation occurrs on PHP5.2.5.

Online manual( http://www.php.net/manual/en/ref.mbstring.php ) says,

> Note: In PHP 4.3.2 or earlier versions, there was a limitation in
> this functionality that mbstring does not perform character
> encoding conversion in POST data if the enctype attribute in the
> form element is set to multipart/form-data.

If conversion in PHP 5.2.5 is as same as PHP4.3.2 or earlier versions,
online manual should be corrected.



 


-- 
Edit bug report at http://bugs.php.net/?id=44624&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=44624&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=44624&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=44624&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=44624&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=44624&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=44624&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=44624&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=44624&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=44624&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=44624&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=44624&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=44624&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=44624&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=44624&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=44624&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=44624&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=44624&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=44624&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=44624&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=44624&r=mysqlcfg

Reply via email to