1
I Use This!
Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@59 013ecfd8-0664-425d-a759-9c98391dc3f9
Gaetano Giunta
as ggiunta
More... over 15 years ago
added method setUserCredentials to xmlrpc_client, as parent lib does; added support for the <ex:nil/> from the apache library, both in input and output (output regulated by the xmlrpc_null_apache_encoding variable, input by the xmlrpc_null_extension one); base64_decode now trims whitespace
Gaetano Giunta
as ggiunta
More... over 15 years ago
* jsonrpcs.inc, jsonrpcs.inc: use __METHOD__ constant for error messages instead of hardcoded values * jsonrpcs.inc: catch exceptions thrown during execution of invoked methods
Gaetano Giunta
as ggiunta
More... over 15 years ago
added new method SetUserAgent to client to allow having different user-agent http headers
Gaetano Giunta
as ggiunta
More... over 15 years ago
* xmlrpcs.inc, xmlrpcs.inc: remove code that was left for compatibility with php 4; use __METHOD__ constant for error messages instead of hardcoded values * xmlrpcs.inc: catch exceptions thrown during execution of invoked methods; check for $_SERVER having been disabled via php.ini and log an error if so * server.php, testsuite.php: add a new test and server method for exception catching in the server
Gaetano Giunta
as ggiunta
More... over 15 years ago
* xmlrpcs.inc, xmlrpcs.inc: remove code that was left for compatibility with php 4; use __METHOD__ constant for error messages instead of hardcoded values * xmlrpcs.inc: catch exceptions thrown during execution of invoked methods; check for $_SERVER having been disabled via php.ini and log an error if so * server.php, testsuite.php: add a new test and server method for exception catching in the server
Gaetano Giunta
as ggiunta
More... over 15 years ago
- one less php warning about refs
Gaetano Giunta
as ggiunta
More... over 15 years ago
- changelog update
Gaetano Giunta
as ggiunta
More... over 15 years ago
- add one more way to register class methods
Gaetano Giunta
as ggiunta
More... over 15 years ago
- remove spurious code
Gaetano Giunta
as ggiunta
More... over 15 years ago
- improve compatibility with php 5.0.x
Gaetano Giunta
as ggiunta
More... over 15 years ago
- remove spurious php timeout
Gaetano Giunta
as ggiunta
More... over 15 years ago
- changelog update
Gaetano Giunta
as ggiunta
More... over 15 years ago
- allow jsonrpc testsuite to finish when native json is disabled; - allow testsuites to be executed when short_open_tag is on in php.ini
Gaetano Giunta
as ggiunta
More... over 15 years ago
- silence some warnings
Gaetano Giunta
as ggiunta
More... over 15 years ago
- minor comments changes
Gaetano Giunta
as ggiunta
More... over 15 years ago
- xmlrpcs.inc: add a new member var in server class to allow fine-tuning of the encoding of returned values when the server is in 'phpvals' mode; allow servers in 'xmlrpcvals' mode to also register plain php functions by defining them in the dispatch map with an added option: 'parameters_type' => 'phpvals' (feature request #2806628); - xmlrpc.inc: added new method xmrlpc_client::SetCurlOptions($array) to allow extra flexibility in tweaking http config, such as explicitly binding to an ip address (feature request #2787468); fix bad encoding if same object is encoded twice using php_xmlrpc_encode; removed some by-ref assignments and declarations
Gaetano Giunta
as ggiunta
More... over 15 years ago
git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/extras@40 013ecfd8-0664-425d-a759-9c98391dc3f9
Gaetano Giunta
as ggiunta
More... over 15 years ago
* jsonrpc.inc: fix bad encoding if same object is encoded twice using php_jsonrpc_encode; removed some by-ref assignments and declarations
Gaetano Giunta
as ggiunta
More... over 15 years ago
- fix compat test min lib version
Gaetano Giunta
as ggiunta
More... over 15 years ago
- benchmark.php: fixed url of server page used for testing; improved verification of correspondence of test results; added more variants for http options comparison; - verify_compat.php: check for php version 5 for client side too; - makefile: remove from build the compat directory
Gaetano Giunta
as ggiunta
More... over 15 years ago
- support for datetime objects and timestamps for xmrlcp datetimes; - remove some more php 5.3 warnings;
Gaetano Giunta
as ggiunta
More... over 15 years ago
- add tests for EX:NIL support
Gaetano Giunta
as ggiunta
More... over 15 years ago
- changelog update
Gaetano Giunta
as ggiunta
More... over 15 years ago
- remove warnings with php 5.3 (ereg*)
Gaetano Giunta
as ggiunta
More... over 15 years ago
- 1st try at keeping type info for params of incoming calls, so that 'phpvals' type servers can still validate them
Gaetano Giunta
as ggiunta
More... over 15 years ago
- remove warnings with php 5.3 (ereg*)
Gaetano Giunta
as ggiunta
More... over 15 years ago
- changelog update
Gaetano Giunta
as ggiunta
More... over 15 years ago
- remove another warning with php 5.3 (ereg*)
Gaetano Giunta
as ggiunta
More... over 15 years ago
- fix typo in a comment
Gaetano Giunta
as ggiunta
More... over 15 years ago