From: gggeek Date: Wed, 10 Dec 2014 00:48:36 +0000 (+0000) Subject: Introduce __DIR__; some CRLF -> LF; wrappers file has been renamed X-Git-Tag: 4.0.0-alpha^2~209 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=40b3de7a7de2900c1ae0ecf28f4492b65b3b18c6;p=plcapi.git Introduce __DIR__; some CRLF -> LF; wrappers file has been renamed --- diff --git a/debugger/action.php b/debugger/action.php index f79aba05..f56946cf 100644 --- a/debugger/action.php +++ b/debugger/action.php @@ -36,7 +36,7 @@ td form {margin: 0;} return_type = 'phpvals'; // let client give us back php values instead of xmlrpcvals diff --git a/demo/server/server.php b/demo/server/server.php index 853dc4b6..d17f73c1 100644 --- a/demo/server/server.php +++ b/demo/server/server.php @@ -19,7 +19,7 @@ if ($_SERVER['REQUEST_METHOD'] != 'POST' && isset($_GET['showSource'])) include("xmlrpc.inc"); include("xmlrpcs.inc"); - include("xmlrpc_wrappers.inc"); + include("xmlrpc_wrappers.php"); /** * Used to test usage of object methods in dispatch maps and in wrapper code diff --git a/doc/xmlrpc_php.xml b/doc/xmlrpc_php.xml index e6c927fa..d9fff5f6 100644 --- a/doc/xmlrpc_php.xml +++ b/doc/xmlrpc_php.xml @@ -486,7 +486,7 @@ PHP-XMLRPC User manual The wrap_php_function and wrap_xmlrpc_method functions have been moved out of the base library file xmlrpc.inc into - a file of their own: xmlrpc_wrappers.inc. You + a file of their own: xmlrpc_wrappers.php. You will have to include() / require() it in your scripts if you have been using those functions. For increased security, the automatic rebuilding of php object instances out of received xmlrpc structs @@ -913,7 +913,7 @@ PHP-XMLRPC User manual - lib/xmlrpc_wrappers.inc + lib/xmlrpc_wrappers.php helper functions to "automagically" convert plain php