hi folks!!
well, i'm having a problem with the php memory!
ERROR:
FATAL: erealloc(): Unable to allocate 15360 bytes
the thing is i'm having about 15.000 xml-files which are containing data!
my script does:
) splitting this data is into words
) checks if the word is in the DB
*) if not add it
after about 6.000 xml-files are processed i get this error!
i've tried to unset every variable in the script, to free memory but it seems that it does not do anything!!
does anybody have an idea what else could make troubles!!
thanks in advance!
ceeyaa.MeX