docs
authorgggeek <giunta.gaetano@gmail.com>
Sat, 26 Nov 2022 15:47:29 +0000 (15:47 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 26 Nov 2022 15:47:29 +0000 (15:47 +0000)
doc/api_changes_v4.md
doc/manual/phpxmlrpc_manual.adoc

index 57b4eb3..93bd39a 100644 (file)
@@ -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%.
index 585951c..88818b7 100644 (file)
@@ -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.