Merge branch 'master' of github.com:gggeek/phpxmlrpc
[plcapi.git] / src / Wrapper.php
2021-12-08 gggeekMerge branch 'master' of github.com:gggeek/phpxmlrpc
2021-12-08 Gaetano GiuntaMerge pull request #88 from patzerr/wrapPhpClass-with...
2021-12-08 gggeekadd a few more tests stressing failure scenarios for...
2021-11-05 rene.patzer@gamefo... Made it possible to wrap namespaced classes with a...
2021-01-13 gggeekadopt CI-like patterns
2021-01-04 gggeekimprove phpdocs in wrapper generated code
2021-01-02 gggeekwelcome 2021
2020-12-30 gggeekimprove wrapping, encoding and handling of system dmap
2020-12-11 gggeekMerge branch 'master' into docker_tests
2020-12-11 gggeekfixes for php 8
2020-06-01 gggeekwelcome 2020
2019-07-29 gggeekfix: usage of Logger
2019-07-29 gggeekcomments
2019-07-29 gggeekdocs
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-05 gggeekOne more attempt at fixing unit tests
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-01-24 gggeekFix pakefile to build from master branch; add a descrip...
2015-07-12 Gaetano GiuntaMerge pull request #27 from gggeek/php53 4.0.0-alpha
2015-07-12 gggeekDocs and formatting to please Scrutinizer
2015-06-07 gggeekMinor cleanup in variable names
2015-05-30 gggeekFix: debugger was not able any more to generate wrapped...
2015-05-30 gggeekFix: better generation of method signatures in wrap_php...
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 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 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-04-17 gggeekFix: php_2_xmlrpc_type is not a public function anymore
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 gggeekFix wrapping class and demo file
2015-02-21 gggeekFix two bugs (missed porting to new class names / names...
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
2014-12-16 gggeekWIP - more bugfixes and start of testsuite reimplementation
2014-12-15 gggeekWIP - more fixes
2014-12-14 gggeekWIP introduce namespaces; move all global functions...