X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fxmlrpc.inc;h=80594055e43ed348f889983b6b1b1959d2455f35;hb=34d380712153dd582dbd548d8c1044e7649d4a0e;hp=7e038340bb282a0663d28c7571357d3bc9d7e2e4;hpb=636d3e1dd4241f612155ff4c96115a0b1a366303;p=plcapi.git diff --git a/lib/xmlrpc.inc b/lib/xmlrpc.inc index 7e03834..8059405 100644 --- a/lib/xmlrpc.inc +++ b/lib/xmlrpc.inc @@ -41,7 +41,11 @@ * This file is only used to insure backwards compatibility * with the API of the library <= rev. 3 * - * If it is included, the library will work without any further autoloading + * If it is included, the library will work without any further autoloading. + * + * NB: including this file will also alter the library configuration setting the + * expected charset encoding used by the app to ISO-8859-1. Please see the + * file api_changes_v4.md for how to change this if required. *****************************************************************************/ include_once(__DIR__.'/../src/Client.php');