Skip to content

v3.0.1

Compare
Choose a tag to compare
@gggeek gggeek released this 19 Apr 00:20
· 927 commits to master since this release

This release corrects all bugs that have been reported and successfully reproduced since
version 3.0.0:

  • the library does not decode correctly LATIN-1 requests/responses if the character set is not set in the xml prolog
  • the debugger sends incorrect requests when the payload includes LATIN-1 characters
  • the client can not call remote methods which use LATIN-1 or UTF8 characters in their names

Taking baby steps to modern-world php, this release is now tested using Travis ( https://travis-ci.org/gggeek/phpxmlrpc ).

Improved: no need to call anymore $client->setSSLVerifyHost(2) to silence a curl warning when using https with recent curl builds