We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b858c4 commit f469b29Copy full SHA for f469b29
1 file changed
src/PhpXmlRpc.php
@@ -43,7 +43,7 @@ class PhpXmlRpc
43
'xml_not_compliant' => 2, // client
44
'xml_parsing_error' => 2, // client
45
46
- /// @todo verify: can these conflict with $xmlrpcerrxml?
+ /// @todo fix: those do all conflict with $xmlrpcerrxml+X (with X being an `xml_get_error_code` error). Start at 150?
47
'cannot_decompress' => 103,
48
'decompress_fail' => 104,
49
'dechunk_fail' => 105,
0 commit comments