I have also found that the "_setPostString" function also does not
correctly replace everything as it should: BAD:$this->_post_string =
str_replace("",'_extraOptions . ']]>', $this->_xml->asXML());
GOOD:$this->_post_string =
str_replace(array("",""),...