git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@59 013ecfd8-0664-425d-a759-9c98391dc3f9 |
|
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 |
|
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 |
|
More...
|
over 15 years ago
|
added new method SetUserAgent to client to allow having different user-agent http headers |
|
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 |
|
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 |
|
More...
|
over 15 years ago
|
- one less php warning about refs |
|
More...
|
over 15 years ago
|
- changelog update |
|
More...
|
over 15 years ago
|
- add one more way to register class methods |
|
More...
|
over 15 years ago
|
- remove spurious code |
|
More...
|
over 15 years ago
|
- improve compatibility with php 5.0.x |
|
More...
|
over 15 years ago
|
- remove spurious php timeout |
|
More...
|
over 15 years ago
|
- changelog update |
|
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 |
|
More...
|
over 15 years ago
|
- silence some warnings |
|
More...
|
over 15 years ago
|
- minor comments changes |
|
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 |
|
More...
|
over 15 years ago
|
git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/extras@40 013ecfd8-0664-425d-a759-9c98391dc3f9 |
|
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 |
|
More...
|
over 15 years ago
|
- fix compat test min lib version |
|
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 |
|
More...
|
over 15 years ago
|
- support for datetime objects and timestamps for xmrlcp datetimes; - remove some more php 5.3 warnings; |
|
More...
|
over 15 years ago
|
- add tests for EX:NIL support |
|
More...
|
over 15 years ago
|
- changelog update |
|
More...
|
over 15 years ago
|
- remove warnings with php 5.3 (ereg*) |
|
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 |
|
More...
|
over 15 years ago
|
- remove warnings with php 5.3 (ereg*) |
|
More...
|
over 15 years ago
|
- changelog update |
|
More...
|
over 15 years ago
|
- remove another warning with php 5.3 (ereg*) |
|
More...
|
over 15 years ago
|
- fix typo in a comment |
|
More...
|
over 15 years ago
|