Revision 26732357
Added by Pierre POMES over 14 years ago
etc/inc/xmlrpc_client.inc | ||
---|---|---|
228 | 228 |
* which can cause PHP's SAX-based XML parser to break? |
229 | 229 |
* @global boolean $GLOBALS['XML_RPC_auto_base64'] |
230 | 230 |
*/ |
231 |
$GLOBALS['XML_RPC_auto_base64'] = false;
|
|
231 |
$GLOBALS['XML_RPC_auto_base64'] = true;
|
|
232 | 232 |
|
233 | 233 |
|
234 | 234 |
/** |
... | ... | |
2077 | 2077 |
* End: |
2078 | 2078 |
*/ |
2079 | 2079 |
|
2080 |
?> |
|
2080 |
?> |
Also available in: Unified diff
Ticket #960. Use XMLRPC automatic base64 encoding for strings (XML_RPC_auto_base64)