Does anyone have a clue or a workaround?
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 37 bytes) in /srv/www/htdocs/test/benjamin/readdir/readit.php on line 24
Benjamin
Could you post your code, you either have a HUGE file or there is an infinate loop or something HTH ROb
I´m handling with a lot if data all stored in an array. Do you think that it would help to unset the array to free some memory?
That would be an idea. What is actually happening on the particular line? Is the loop containing that line sound?