Implement interface ArrayAccess in the Value class
[plcapi.git] / src / Request.php
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...