From: gggeek Date: Sat, 26 Nov 2022 15:47:29 +0000 (+0000) Subject: docs X-Git-Tag: 4.9.0~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=85783e42df1cfd36fa41a6fb35dfae0a499d7fc1;p=plcapi.git docs --- diff --git a/doc/api_changes_v4.md b/doc/api_changes_v4.md index 57b4eb39..93bd39ad 100644 --- a/doc/api_changes_v4.md +++ b/doc/api_changes_v4.md @@ -148,10 +148,10 @@ Enabling compatibility with legacy code --------------------------------------- If you have code which relies on version 3 of the phpxmlrpc API, you *should* be able to use version 4 as a drop-in -replacement, regardless of all of the changes mentioned above. +replacement, regardless of all the changes mentioned above. The magic happens via the xmlrpc.inc, xmlrpcs.inc and xmlrpc_wrappers.inc files, which have been kept solely for -the purpose of backwards compatibility (you might notice that they are still in the 'lib' directory, whereas all of +the purpose of backwards compatibility (you might notice that they are still in the 'lib' directory, whereas all the refactored code now sits in the 'src' directory). Of course, some minor changes where inevitable, and backwards compatibility can not be guaranteed at 100%. diff --git a/doc/manual/phpxmlrpc_manual.adoc b/doc/manual/phpxmlrpc_manual.adoc index 585951c9..88818b7e 100644 --- a/doc/manual/phpxmlrpc_manual.adoc +++ b/doc/manual/phpxmlrpc_manual.adoc @@ -972,7 +972,6 @@ Don't assume a timezone. It should be about timezones. ____ - Unfortunately, this means that date processing isn't straightforward. Although XML-RPC uses ISO 8601 format dates, it doesn't use the timezone specifier.