merge upstream phpxmlrpc
[plcapi.git] / 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 (file)
@@ -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;