novaksolutions/infusionsoft-php-sdk

Remove count from string parameter

Opened this issue · 0 comments

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){}