From 64b1922e3f6a2ece4adb6cc71c5f246f4895d656 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 23 Jan 2016 00:22:18 +0000 Subject: [PATCH] more fixes to the manual --- doc/manual/phpxmlrpc_manual.adoc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/manual/phpxmlrpc_manual.adoc b/doc/manual/phpxmlrpc_manual.adoc index 734b415..598010c 100644 --- a/doc/manual/phpxmlrpc_manual.adoc +++ b/doc/manual/phpxmlrpc_manual.adoc @@ -115,12 +115,12 @@ The library has been designed with goals of flexibility and backward compatibili The __minimum supported__ PHP version is 5.3. If you wish to use HTTPS or HTTP 1.1 to communicate with remote servers, or to use NTLM authentication, you need the - "curl" extension compiled into your PHP installation. + *curl* extension compiled into your PHP installation. If you wish to receive XML-RPC requests or responses in any other character set than US-ASCII, ISO-8859-1 or UTF-8, you - will need the "mbstring" extension compiled into your PHP installation. + will need the *mbstring* extension compiled into your PHP installation. -The "xmlrpc" native extension is not required to be compiled into your PHP installation, but if it is, there will be no +The *xmlrpc* native extension is not required to be compiled into your PHP installation, but if it is, there will be no interference with the operation of this library. @@ -2264,8 +2264,6 @@ To be documented... [qanda] == Frequently Asked Questions -=== Hi - ==== How to send custom XML as payload of a method call:: Unfortunately, at the time the XML-RPC spec was designed, support @@ -2610,7 +2608,7 @@ Backward compatibility is maintained via _lib/xmlrpc.inc_, _lib/xmlrpcs.inc_ and * improved: the function `wrap_php_function()` now can be used to wrap closures (it is now a method btw) -* improved: all wrap_something() functions now return a closure by default instead of a function name +* improved: all _wrap_something()_ functions now return a closure by default instead of a function name * improved: debug messages are not html-escaped any more when executing from the command line -- 2.43.0