* xmlrpcs.inc, xmlrpcs.inc: remove code that was left for compatibility with php...
authorggiunta <ggiunta@013ecfd8-0664-425d-a759-9c98391dc3f9>
Sat, 5 Sep 2009 15:18:25 +0000 (15:18 +0000)
committerggiunta <ggiunta@013ecfd8-0664-425d-a759-9c98391dc3f9>
Sat, 5 Sep 2009 15:18:25 +0000 (15:18 +0000)
commit62545ebd3ce29c40a0be2cacf40be20082944e12
treee9b5bf6e4d3e4c7b9df59348d42a9f5d54c3db98
parent8346dc34a350ab95630faac56fca3663a4b8e49b
* 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

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@55 013ecfd8-0664-425d-a759-9c98391dc3f9
test/testsuite.php