1
I Use This!
Low Activity

Commits : Listings

Analyzed 17 days ago. based on code collected 18 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correctly reset php error handler even when user-code raises an exception
Gaetano Giunta
as gggeek
More... over 9 years ago
Fix: reset debug and error messages between server execution calls
Gaetano Giunta
as gggeek
More... over 9 years ago
Fix: better generation of method signatures in wrap_php_ calls
Gaetano Giunta
as gggeek
More... over 9 years ago
add test for debug messages set into the server by client code
Gaetano Giunta
as gggeek
More... over 9 years ago
Better support for 'undefined' values in debugger's 'load method synopsis'
Gaetano Giunta
as gggeek
More... over 9 years ago
two fixes for 'load method synopsis' action in the debugger; add tests for NIL values in the dispatch map
Gaetano Giunta
as gggeek
More... over 9 years ago
Fix bugs found by Scrutinizer
Gaetano Giunta
as gggeek
More... over 9 years ago
Update docs - in particular add one (incomplete) file describing all API changes and the quirks of 'compatibility mode'
Gaetano Giunta
as gggeek
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
Gaetano Giunta
as gggeek
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
Gaetano Giunta
as gggeek
More... over 9 years ago
Add one more test for wrapped php functions: preserve php objects in results
Gaetano Giunta
as gggeek
More... over 9 years ago
Add test for the method signature of wrapped functions
Gaetano Giunta
as gggeek
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
Gaetano Giunta
as gggeek
More... over 9 years ago
Make sure all error messages have the method name
Gaetano Giunta
as gggeek
More... over 9 years ago
Do not generate invalid php code when wrapping a closure in generate-code mode
Gaetano Giunta
as gggeek
More... over 9 years ago
test exceptions thrown in wrapped code; make testsuite faster by not wrapping the whole server
Gaetano Giunta
as gggeek
More... over 9 years ago
Add a test for wrapping closures
Gaetano Giunta
as gggeek
More... over 9 years ago
Fix buildWrapFunctionSource which had been forgotten when moving analyzed phpdoc params to named instead of positional
Gaetano Giunta
as gggeek
More... over 9 years ago
remove last global variable from the codebase
Gaetano Giunta
as gggeek
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
Gaetano Giunta
as gggeek
More... over 9 years ago
Remove usage of one global var in favor of static class var
Gaetano Giunta
as gggeek
More... over 9 years ago
Fix one signature of proxy method in proxy.php demo file
Gaetano Giunta
as gggeek
More... over 9 years ago
WIP: Make wrap_xmlrpc_method return a closure by default instead of eval'ing a function definition
Gaetano Giunta
as gggeek
More... almost 10 years ago
rename variables and clean up comments
Gaetano Giunta
as gggeek
More... almost 10 years ago
fix previous commit: leftover debug code in server.php
Gaetano Giunta
as gggeek
More... almost 10 years ago
Improve generation of methods signature by the Wrapper class
Gaetano Giunta
as gggeek
More... almost 10 years ago
Show in debugger the count of server methods found
Gaetano Giunta
as gggeek
More... almost 10 years ago
Fix wrap_php_class(); add more tests for wrapping
Gaetano Giunta
as gggeek
More... almost 10 years ago
Update comments
Gaetano Giunta
as gggeek
More... almost 10 years ago
Refactor demo files (client side): remove redundant ones; make sure all use existing servers; add a proxy example
Gaetano Giunta
as gggeek
More... almost 10 years ago