One more fix for issue #55
[plcapi.git] / src / Client.php
2019-05-27 gggeekOne more fix for issue #55 4.3.2
2019-05-18 gggeekcomment typo
2018-01-20 gggeekMerge branch 'master' of github.com:gggeek/phpxmlrpc
2018-01-20 gggeekRemove usage of 'each' call from tests to make them...
2017-11-06 gggeekimprove https via socket
2017-11-06 gggeektravis test
2017-11-05 gggeeksmall Travis improvements
2017-11-05 gggeekAdd new tests for curl/http-1.0 and socket/https
2017-11-05 gggeek1st pass at cleanup of unit tests; a couple of nitpicks...
2017-11-05 gggeekallow http auth to work in curl mode; add tests for...
2017-10-15 gggeekDocs 4.2.2
2017-10-15 Gaetano GiuntaMerge pull request #56 from glensc/accept-header
2017-10-03 Elan Ruusamäefix HTTP/1.1 417 Expectation Failed Bug
2016-03-27 gggeekFix for issue #33: excessive usage of numeric charset... 4.0.1
2016-01-24 gggeekFix pakefile to build from master branch; add a descrip...
2016-01-24 gggeekMove api docs to phpdoc (wip); fix wrong property name...
2015-07-12 Gaetano GiuntaMerge pull request #27 from gggeek/php53 4.0.0-alpha
2015-07-12 gggeekClean up old-API code
2015-07-12 gggeekAdd some commented code to remind the user that the...
2015-07-12 gggeekImplement interface ArrayAccess in the Value class
2015-06-17 gggeekFix ArrayIterator interface implementation; remove...
2015-05-25 gggeekFix bugs found by Scrutinizer
2015-05-17 gggeekrename variables and clean up comments
2015-04-14 gggeekImprove the way test suite reports error messages at...
2015-04-12 gggeekFix 2 comments
2015-04-12 gggeekConsistent with server, at debug level 1, request will...
2015-04-12 gggeekMove from static logging calls to a singleton
2015-04-12 gggeekAlways display debug messages even when there's badly...
2015-04-11 gggeekPRS-2 formatting: else and braces
2015-04-11 gggeekWhitespace and comments
2015-03-29 gggeekCamelCase everywhere!
2015-03-29 gggeekUpdate code comments: remove old class names
2015-03-26 gggeekAesthetic changes
2015-03-22 gggeekAvoid use of return-by-ref for send() calls
2015-03-21 gggeekAllow the tests to use a version of SSL which should...
2015-03-20 gggeekImprove debug messages when running on command line
2015-02-21 gggeekFix two bugs (missed porting to new class names / names...
2015-02-21 gggeekImprove documentation for v4; fix one typo in a comment
2015-02-21 gggeekReformat source code: the library
2014-12-16 gggeekWIP - more bugfixes and start of testsuite reimplementation
2014-12-14 gggeekWIP introduce namespaces; move all global functions...