Skip to content

Remove count from string parameter #163

@eversionsystems

Description

@eversionsystems

Line 2662 of xmlrpc.inc remove the count as the function xml_parse parameter 3 is expecting a string.

        if(!xml_parse($parser, $data, $data))
        {
            try{
                $bad_return = fopen("bad_return.xml.php", "w");
                fwrite($bad_return, $data);
                fclose($bad_return);
            } catch(Exception $e){}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions