Minor cleanup in variable names
[plcapi.git] / src / Wrapper.php
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...