PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » XML_RPC » Bug #8632

Agressive server string encoding

Details

Submitted2006-09-04 12:50 UTC
Fromrudi at jawmail dot org
Assigneddanielc
StatusClosed
PackageXML_RPC
PHP Version4.4.3
OSLeenux
Roadmaps(Not assigned)

Comments

[2006-09-04 12:50 UTC] rudi at jawmail dot org

Description:
------------
Patch from 1.50RC1 over-agressively encodes strings. In case that we pass an UTF-8 string to the XML-RPC server interface, it re-encodes the string into double encoded UTF garbage.

http://cvs.php.net/viewvc.cgi/pear/XML_RPC/Server.php?r1=1.35&r2=1.36

Expected result:
----------------
Add a new setting that disables this behaviour or lets define the charset of the passed string.