Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/09/2009, 11:43
rrodriguez1310
 
Fecha de Ingreso: junio-2006
Mensajes: 175
Antigüedad: 17 años, 10 meses
Puntos: 0
Deprecated: Function set_magic_quotes_runtime() con phpmailer

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
__________________
Lo poco que sé se lo debo a mi ignorancia....