Edit report at http://pear.php.net/bugs/bug.php?id=18889&edit=1
ID: 18889
Updated by: daniel.oconnor@gmail.com
Reported By: vcovito at integra-sc dot it
Summary: XML error: Reserved XML Name at line 2
-Status: Open
+Status: Feedback
Type: Bug
Package: XML_RPC
Operating System: CentOS 5.4
Package Version: 1.5.5
PHP Version: 5.1.6
Roadmap Versions:
New Comment:
-Status: Open
+Status: Feedback
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php
If you can provide more information, feel free to add it
to this bug and change the status back to "Open".
Thank you for your interest in PEAR.
Previous Comments:
------------------------------------------------------------------------
[2011-10-04 19:00:14] vcovito
Description:
------------
Hi all.
I' dont understand when, but sometimes i've the error reported in the
object after a good response.
After printed the xml response i decided to cut paylod data after
header.
Check if this is correct:
File RPC.php
Line: 1486
//$data = substr($data, 0, strpos($data, "</methodResponse>") + 17);
// Modificato da Vito Covito date: 4/10/2011
$data = substr($data, strpos($data, "<methodResponse>"), strpos($data,
"</methodResponse>") + 17);
Thanks a lot
Bye
------------------------------------------------------------------------