Test | Result |
php_version | PHP version found: 7.4.30. 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 | Error reporting level includes E_NOTICE errors, and display_errors is set to ON. Any error, warning or notice raised while executing php code exposed as xmlrpc method will result in an invalid xmlrpc response |
Test | Result |
php_version | PHP version found: 7.4.30. 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 |