hola buenas tengo la version de php 5.3 y este error se me presenta al utilizar la clase phpmailer, lo cierto es que no tengo la mas minima idea de que se trata aqui la parte del codigo y error de antemano gracias...
codigo
*********
if (PHP_VERSION < 6) {
$magic_quotes = get_magic_quotes_runtime();
ini_set("magic_quotes_runtime", 0);
}
$file_buffer = file_get_contents($path);
$file_buffer = $this->EncodeString($file_buffer, $encoding);
fclose($fd);
(1246) if (PHP_VERSION < 6) { set_magic_quotes_runtime($magic_quotes); }
return $file_buffer;
}
*********
error
Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\Archivos de programa\EasyPHP3.1\www\class.phpmailer.php on line 1246