Skip to content

1.0.0-beta

Compare
Choose a tag to compare
@gggeek gggeek released this 30 Jan 15:30
· 44 commits to master since this release
  • Improved: support for handling UTF8 characters both in received and in generated xml
  • Improved: support for the $encoding argument in xmlrpc_decode() and xmlrpc_decode_request()
  • Improved: partial support for the $options parameter in xmlrpc_encode_request, allowing UTF8 in native strings via setting 'encoding' => 'UTF-8' and 'escaping' => 'markup'