| 1 |
lars |
1 |
001- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
2 |
001+ Fatal error: Uncaught exception 'XML_RPC2_Exception' with message 'XML_RPC2_Backend_Php does not support any encoding other than utf-8, due to a simplexml limitation' in /media/Elements_/backup/home/clockwerx/pear-svn/packages/XML_RPC2/trunk/XML/RPC2/Backend/Php/Server.php:82
|
|
|
3 |
002- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
|
4 |
002+ Stack trace:
|
|
|
5 |
003- <head>
|
|
|
6 |
003+ #0 /media/Elements_/backup/home/clockwerx/pear-svn/packages/XML_RPC2/trunk/XML/RPC2/Server.php(236): XML_RPC2_Backend_Php_Server->__construct(Object(XML_RPC2_Server_Callhandler_Class), Array)
|
|
|
7 |
004- <meta http-equiv="Content-Type" content="text/HTML; charset=ISO-8859-1" />
|
|
|
8 |
004+ #1 /media/Elements_/backup/home/clockwerx/pear-svn/packages/XML_RPC2/trunk/tests/XML_RPC2/regressions/11314.php(54): XML_RPC2_Server::create('DocumentationSe...', Array)
|
|
|
9 |
005- <title>Available XMLRPC methods for this server</title>
|
|
|
10 |
005+ #2 {main}
|
|
|
11 |
006- <style type="text/css">
|
|
|
12 |
006+ thrown in /media/Elements_/backup/home/clockwerx/pear-svn/packages/XML_RPC2/trunk/XML/RPC2/Backend/Php/Server.php on line 82
|
|
|
13 |
007- li,p { font-size: 10pt; font-family: Arial,Helvetia,sans-serif; }
|
|
|
14 |
008- a:link { background-color: white; color: blue; text-decoration: underline; font-weight: bold; }
|
|
|
15 |
009- a:visited { background-color: white; color: blue; text-decoration: underline; font-weight: bold; }
|
|
|
16 |
010- table { border-collapse:collapse; width: 100% }
|
|
|
17 |
011- table,td { padding: 5px; border: 1px solid black; }
|
|
|
18 |
012- div.bloc { border: 1px dashed gray; padding: 10px; margin-bottom: 20px; }
|
|
|
19 |
013- div.description { border: 1px solid black; padding: 10px; }
|
|
|
20 |
014- span.type { background-color: white; color: gray; font-weight: normal; }
|
|
|
21 |
015- span.paratype { background-color: white; color: gray; font-weight: normal; }
|
|
|
22 |
016- span.name { background-color: white; color: #660000; }
|
|
|
23 |
017- span.paraname { background-color: white; color: #336600; }
|
|
|
24 |
018- img { border: 0px; }
|
|
|
25 |
019- li { font-size: 12pt; }
|
|
|
26 |
020- </style>
|
|
|
27 |
021- </head>
|
|
|
28 |
022- <body>
|
|
|
29 |
023- <h1>Available XMLRPC methods for this server</h1>
|
|
|
30 |
024- <h2><a name="index">Index</a></h2>
|
|
|
31 |
025- <ul>
|
|
|
32 |
026- <li><a href="#2d6b7f96be69b46a6523f48b4a288864">test.getSomething()</a></li>
|
|
|
33 |
027- </ul>
|
|
|
34 |
028- <h2>Details</h2>
|
|
|
35 |
029- <div class="bloc">
|
|
|
36 |
030- <h3><a name="2d6b7f96be69b46a6523f48b4a288864"><span class="type">(string)</span> <span class="name">test.getSomething</span><span class="other">(</span><span class="paratype">(array) </span><span class="paraname">something</span>, <span class="paratype">(string) </span><span class="paraname">another_thing</span>, <span class="paratype">(boolean) </span><span class="paraname">credentials</span><span class="other">)</span></a></h3>
|
|
|
37 |
031- <p><b>Description :</b></p>
|
|
|
38 |
032- <div class="description">
|
|
|
39 |
033- returns something
|
|
|
40 |
034- </div>
|
|
|
41 |
035- <p><b>Parameters : </b></p>
|
|
|
42 |
036- <table>
|
|
|
43 |
037- <tr><td><b>Type</b></td><td><b>Name</b></td><td><b>Documentation</b></td></tr>
|
|
|
44 |
038- <tr><td>array</td><td>something</td><td>A description</td></tr>
|
|
|
45 |
039- <tr><td>string</td><td>another_thing</td><td>A description of another thing</td></tr>
|
|
|
46 |
040- <tr><td>boolean</td><td>credentials</td><td>Whether to return nothing - server doesn't care though</td></tr>
|
|
|
47 |
041- </table>
|
|
|
48 |
042- <p>(return to <a href="#index">index</a>)</p>
|
|
|
49 |
043- </div>
|
|
|
50 |
044- </body>
|
|
|
51 |
045- </html>
|