Implement interface ArrayAccess in the Value class
[plcapi.git] / src / Server.php
2015-07-12 gggeekImplement interface ArrayAccess in the Value class
2015-07-12 gggeekDocs and formatting to please Scrutinizer
2015-06-17 gggeekFix ArrayIterator interface implementation; remove...
2015-05-30 gggeekCorrectly reset php error handler even when user-code...
2015-05-30 gggeekFix: reset debug and error messages between server...
2015-05-25 gggeekFix bugs found by Scrutinizer
2015-05-25 gggeekAdd more compatibility stuff in xmlrpcs.inc; split...
2015-05-23 gggeekMake sure all error messages have the method name
2015-05-23 gggeekremove last global variable from the codebase
2015-05-17 gggeekrename variables and clean up comments
2015-05-06 gggeekRefactor the Wrapper class to generate closures by...
2015-05-02 gggeekAdd a test for registering anonymous functions in the...
2015-04-17 gggeekFix: php_2_xmlrpc_type is not a public function anymore
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-20 gggeekOne more travis fix
2015-03-20 gggeekMore travis fixes
2015-02-21 gggeekReformat source code: the library
2015-01-11 gggeekFix server: multicalls and exception catching
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-15 gggeekWIP - more fixes
2014-12-14 gggeekWIP fix bugs after introduction of namespaces, found...
2014-12-14 gggeekWIP introduce namespaces; move all global functions...