From 448067b0570d853d290c9378838cc20f99f436c8 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 23 Jan 2016 00:27:50 +0000 Subject: [PATCH] small manual fixes --- doc/manual/phpxmlrpc_manual.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/manual/phpxmlrpc_manual.adoc b/doc/manual/phpxmlrpc_manual.adoc index 598010c..0a78d0c 100644 --- a/doc/manual/phpxmlrpc_manual.adoc +++ b/doc/manual/phpxmlrpc_manual.adoc @@ -2078,13 +2078,13 @@ To ease the transition to the new naming scheme and avoid breaking existing implementations, the following scheme has been adopted: * If EPI-XMLRPC is not active in the current PHP installation, - the constant ++$$XMLRPC_EPI_ENABLED$$++ will be set to - ++$$'0'$$++ + the constant `XMLRPC_EPI_ENABLED` will be set to + '0' * If EPI-XMLRPC is active in the current PHP installation, the - constant ++$$XMLRPC_EPI_ENABLED$$++ will be set to - ++$$'1'$$++ + constant `XMLRPC_EPI_ENABLED` will be set to + '1' @@ -2795,10 +2795,10 @@ __Note:__ this is the last release of the library that will support PHP 4. Futur invoked using an unknown xmlrpc type: the error will only be written to php error log. Also `new xmlrpcval('true', 'boolean')` is not supported anymore -* The new function php_xmlrpc_decode_xml() will take the xml representation of either an xmlrpc request, response or +* The new function `php_xmlrpc_decode_xml()` will take the xml representation of either an xmlrpc request, response or single value and return the corresponding php-xmlrpc object instance -* A new function wrap_xmlrpc_server()has been added, to wrap all (or some) of the methods exposed by a remote xmlrpc +* A new function `wrap_xmlrpc_server()` has been added, to wrap all (or some) of the methods exposed by a remote xmlrpc server into a php class * A new file has been added: _verify_compat.php_, to help users diagnose the level of compliance of their php -- 2.43.0