| Test | Result |
| php_version | PHP version found: 5.3.29. This version of PHP is fully compatible with the PHP XMLRPC library |
| zlib | The zlib extension is enabled. You will be able to receive compressed requests and send compressed responses for the 'HTTP' protocol |
| display_errors | display_errors is set to ON. Any error raised while executing php code exposed as xmlrpc method will result in an invalid xmlrpc response |
| Test | Result |
| php_version | PHP version found: 5.3.29. This version of PHP is fully compatible with the PHP XMLRPC library |
| zlib | The zlib extension is enabled. You will be able to send compressed requests and receive compressed responses for the 'HTTP' protocol |
| curl | The cURL extension is enabled. You will be able to send and receive messages using 'HTTPS' and 'HTTP 1.1' protocols |