Ver Mensaje Individual
  #7 (permalink)  
Antiguo 23/04/2008, 07:34
anibal_cdf
 
Fecha de Ingreso: marzo-2007
Mensajes: 180
Antigüedad: 17 años, 1 mes
Puntos: 0
Re: problema con fread con archivos muy grandes

Cita:
Iniciado por hernandos Ver Mensaje
error_reporting(E_ALL);
me da muchos de estos :
Notice: Undefined offset: 3 in /home/xxx/public_html/pruebas/xxx.php on line 52

pero a esa linea no le veo errores:
Código PHP:
            ${'matriz'.$newentry}[3].=substr($textline,strpos($textline,"]")+1); // Definicion 
el error de memoria es:

Cita:
Fatal error: Out of memory (allocated 254541824) (tried to allocate 103 bytes) in /home/xxxx/public_html/pruebas/xxxx.php on line 66
la linea 66 como otras muchas anteriores pasan valor del archivo a una matriz, esto es para luego trabajar sobre la matriz para hacer varias cosas
Código PHP:
            ${'matriz'.$newentry}[3].=$textline

Última edición por anibal_cdf; 23/04/2008 a las 07:40