One more fix for issue #55
[plcapi.git] / src / Request.php
2019-05-27 gggeekOne more fix for issue #55 4.3.2
2017-11-11 gggeekHopefully better error messages when the received respo...
2017-09-03 gggeekFix compatibility with php 7.2
2017-06-30 gggeekTag release 4.2.0 4.2.0
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 gggeekImplement interface ArrayAccess in the Value class
2015-04-19 gggeekFix: encoder needs the kindOf method on requests
2015-04-18 gggeekfix: the client can now successfully call methods using...
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 gggeekFix server and client: support LATIN-1 requests/respons...
2015-03-29 gggeekMore CamelCase
2015-03-29 gggeekCamelCase everywhere!
2015-03-29 gggeekUpdate code comments: remove old class names
2015-03-24 gggeekRefactoring ongoing: move http headers parsing away...
2015-03-23 gggeekMove deprecated methods into the compatibility classes...
2015-03-22 gggeekImprove phpdocs; fix Request dumping http headers with...
2015-03-20 gggeekFix last commit: make it closer to original code
2015-03-20 gggeekImprove debug messages when running on command line
2015-02-21 gggeekReformat source code: the library
2015-01-11 gggeekFixes to make the debugger work
2014-12-16 gggeekWIP - more bugfixes and start of testsuite reimplementation
2014-12-15 gggeekWIP - more fixes: system methods in server, charset...
2014-12-15 gggeekWIP - more fixes
2014-12-14 gggeekWIP introduce namespaces; move all global functions...