La posible solución no oficial aun podría ser esta:
Código PHP:
Ver originalif (PHP_VERSION < 6) {
ini_set("magic_quotes_runtime", 0); }
$file_buffer = $this->EncodeString($file_buffer, $encoding);
if (PHP_VERSION < 6) { ini_set("magic_quotes_runtime", $magic_quotes); } return $file_buffer;
}