Fix server and client: support LATIN-1 requests/responses where the charset declarati...
authorgggeek <giunta.gaetano@gmail.com>
Sat, 11 Apr 2015 22:44:39 +0000 (23:44 +0100)
committergggeek <giunta.gaetano@gmail.com>
Sat, 11 Apr 2015 22:44:39 +0000 (23:44 +0100)
commit7ef47445e3dc236ef5fea0d3ea5bd0492a83d2a2
tree9d55449e213b5583bf634605cf6279859cf380f2
parentda824472c0045c183f40792b8c760c11d024005d
Fix server and client: support LATIN-1 requests/responses where the charset declaration is in the xml prologue instead of http headers; reintroduce guess_encoding
composer.json
lib/xmlrpc.inc
src/Encoder.php
src/Helper/XMLParser.php
src/Request.php
src/Server.php