Merge pull request #51 from FinesseRus/patch-1
[plcapi.git] / src /
2017-06-14 Gaetano GiuntaMerge pull request #51 from FinesseRus/patch-1
2017-06-14 SurgieLess specific date type detection
2016-10-01 gggeekFix error in server class: undefined function php_xmlrp... 4.1.1
2016-06-26 gggeekFix: lib version number had not been bumped up
2016-06-26 gggeekAdd support for i8
2016-06-26 gggeekMerge branch 'master' of github.com:gggeek/phpxmlrpc
2016-06-26 Gaetano GiuntaMerge pull request #38 from Tuxity/i8-support
2016-06-14 TuxitySupport i8 type
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 gggeekTag 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-07-12 gggeekRemove code which has been commented out for almost...
2015-07-12 gggeekAllow easier configuration to detect exotic charsets...
2015-07-12 gggeekDocs and formatting to please Scrutinizer
2015-07-12 gggeekTry to make hhvm test runs faster
2015-06-17 gggeekFix ArrayIterator interface implementation; remove...
2015-06-07 gggeekAdded support for Countable and IteratorAggregate inter...
2015-06-07 gggeekMinor cleanup in variable names
2015-05-30 gggeekFix: debugger was not able any more to generate wrapped...
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-30 gggeekFix: better generation of method signatures in wrap_php...
2015-05-25 gggeekFix bugs found by Scrutinizer
2015-05-25 gggeekAdd more compatibility stuff in xmlrpcs.inc; split...
2015-05-25 gggeekAdd a warning to the manual; move more method names...
2015-05-23 gggeekSimplify code generated by wrap_php_function; make...
2015-05-23 gggeekMake sure all error messages have the method name
2015-05-23 gggeekDo not generate invalid php code when wrapping a closur...
2015-05-23 gggeektest exceptions thrown in wrapped code; make testsuite...
2015-05-23 gggeekFix buildWrapFunctionSource which had been forgotten...
2015-05-23 gggeekremove last global variable from the codebase
2015-05-23 gggeekRemove usage of one global var in favor of static class var
2015-05-17 gggeekWIP: Make wrap_xmlrpc_method return a closure by defaul...
2015-05-17 gggeekrename variables and clean up comments
2015-05-17 gggeekImprove generation of methods signature by the Wrapper...
2015-05-15 gggeekFix wrap_php_class(); add more tests for wrapping
2015-05-12 gggeekUpdate 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-19 gggeekSet default internal charset to UTF8 and change tests...
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-17 gggeekTerminate files with a NL to appease sensiolabs
2015-04-17 gggeekFix: php_2_xmlrpc_type is not a public function anymore
2015-04-14 gggeekRemove docblock injected by phpstorm
2015-04-14 gggeekImprove the way test suite reports error messages at...
2015-04-14 gggeekFix: fatal hhvm error when outputting log messages...
2015-04-12 gggeekFix 2 comments
2015-04-12 gggeekConsistent with server, at debug level 1, request will...
2015-04-12 gggeekFix one phpdoc
2015-04-12 gggeekComments fixing
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-04-11 gggeekFix server and client: support LATIN-1 requests/respons...
2015-04-07 gggeekWhitespace and comments fixes
2015-04-06 gggeekIncrease backwards compatibility with version 3: make...
2015-04-02 gggeekFix autoloader to work with helper classes on linux
2015-03-29 gggeekOne more round of CamelCase
2015-03-29 gggeekMore CamelCase
2015-03-29 gggeekCamelCase everywhere!
2015-03-29 gggeekMove debugger to new api and add basic unit tests for it
2015-03-29 gggeekUpdate code comments: remove old class names
2015-03-26 gggeekOops last commit
2015-03-26 gggeekAesthetic changes
2015-03-26 gggeekFix wrapping class and demo file
2015-03-24 gggeekWhen serialize() is invoked on a response and its paylo...
2015-03-24 gggeekRefactoring ongoing: move http headers parsing away...
2015-03-23 gggeekMove deprecated methods into the compatibility classes...
2015-03-22 gggeekAdd an autoloader
2015-03-22 gggeekAvoid use of return-by-ref for send() calls
2015-03-22 gggeekImprove phpdocs; fix Request dumping http headers with...
2015-03-21 gggeekAllow the tests to use a version of SSL which should...
2015-03-20 gggeekOne more travis fix
2015-03-20 gggeekMore travis fixes
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 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 gggeekMove license file inside the lib and away from sf.net
2015-02-21 gggeekWelcome 2015
2015-02-21 gggeekReformat source code: the library
2015-01-11 gggeekFix server: multicalls and exception catching
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-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...