Correctly reset php error handler even when user-code raises an exception |
|
More...
|
over 9 years ago
|
Fix: reset debug and error messages between server execution calls |
|
More...
|
over 9 years ago
|
Fix: better generation of method signatures in wrap_php_ calls |
|
More...
|
over 9 years ago
|
add test for debug messages set into the server by client code |
|
More...
|
over 9 years ago
|
Better support for 'undefined' values in debugger's 'load method synopsis' |
|
More...
|
over 9 years ago
|
two fixes for 'load method synopsis' action in the debugger; add tests for NIL values in the dispatch map |
|
More...
|
over 9 years ago
|
Fix bugs found by Scrutinizer |
|
More...
|
over 9 years ago
|
Update docs - in particular add one (incomplete) file describing all API changes and the quirks of 'compatibility mode' |
|
More...
|
over 9 years ago
|
Add more compatibility stuff in xmlrpcs.inc; split the function used to serve system.getCapabilities call to allow it to be changed in subclasses |
|
More...
|
over 9 years ago
|
Add a warning to the manual; move more method names to camelCase; fix support for very legacy calling convention in wrap_xmlrpc_method |
|
More...
|
over 9 years ago
|
Add one more test for wrapped php functions: preserve php objects in results |
|
More...
|
over 9 years ago
|
Add test for the method signature of wrapped functions |
|
More...
|
over 9 years ago
|
Simplify code generated by wrap_php_function; make sure its closure version is identical wrt the nr. of parameters received |
|
More...
|
over 9 years ago
|
Make sure all error messages have the method name |
|
More...
|
over 9 years ago
|
Do not generate invalid php code when wrapping a closure in generate-code mode |
|
More...
|
over 9 years ago
|
test exceptions thrown in wrapped code; make testsuite faster by not wrapping the whole server |
|
More...
|
over 9 years ago
|
Add a test for wrapping closures |
|
More...
|
over 9 years ago
|
Fix buildWrapFunctionSource which had been forgotten when moving analyzed phpdoc params to named instead of positional |
|
More...
|
over 9 years ago
|
remove last global variable from the codebase |
|
More...
|
over 9 years ago
|
Add one more test for wrap_method; add some comments to tests files; mark http tests skipped when skipped instead of failed |
|
More...
|
over 9 years ago
|
Remove usage of one global var in favor of static class var |
|
More...
|
over 9 years ago
|
Fix one signature of proxy method in proxy.php demo file |
|
More...
|
over 9 years ago
|
WIP: Make wrap_xmlrpc_method return a closure by default instead of eval'ing a function definition |
|
More...
|
almost 10 years ago
|
rename variables and clean up comments |
|
More...
|
almost 10 years ago
|
fix previous commit: leftover debug code in server.php |
|
More...
|
almost 10 years ago
|
Improve generation of methods signature by the Wrapper class |
|
More...
|
almost 10 years ago
|
Show in debugger the count of server methods found |
|
More...
|
almost 10 years ago
|
Fix wrap_php_class(); add more tests for wrapping |
|
More...
|
almost 10 years ago
|
Update comments |
|
More...
|
almost 10 years ago
|
Refactor demo files (client side): remove redundant ones; make sure all use existing servers; add a proxy example |
|
More...
|
almost 10 years ago
|