X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=php%2Fphpxmlrpc%2Fextras%2Fverify_compat.php;fp=php%2Fphpxmlrpc%2Ftests%2Fverify_compat.php;h=98edae9a47d7ead8c03048fe82df58567ba3b013;hb=c379c0fff5edc592cc5d5d647c7fadb91317db87;hp=1d9f90cf89aaa215df1db743495024c6135cd030;hpb=ae8b10f8363f7a1df02e77cbd820904c4ded10b8;p=plcapi.git diff --git a/php/phpxmlrpc/tests/verify_compat.php b/php/phpxmlrpc/extras/verify_compat.php similarity index 98% rename from php/phpxmlrpc/tests/verify_compat.php rename to php/phpxmlrpc/extras/verify_compat.php index 1d9f90c..98edae9 100644 --- a/php/phpxmlrpc/tests/verify_compat.php +++ b/php/phpxmlrpc/extras/verify_compat.php @@ -3,7 +3,7 @@ * Verify compatibility level of current php install with php-xmlrpc lib. * * @author Gaetano Giunta - * @copyright (C) 2006-2015 G. Giunta + * @copyright (C) 2006-2021 G. Giunta * @license code licensed under the BSD License: see file license.txt * * @todo add a test for php output buffering? @@ -36,7 +36,7 @@ function phpxmlrpc_verify_compat($mode = 'client') $tests['zlib']['description'] = "The zlib extension is enabled.\n\nYou will be able to receive compressed requests and send compressed responses for the 'HTTP' protocol"; } - // test for dispaly of php errors in xml reponse + // test for display of php errors in xml response if (ini_get('display_errors')) { if (intval(ini_get('error_reporting')) && E_NOTICE) { $tests['display_errors']['status'] = 1;