On Wed, 07 Jan 2009 13:51:26 Matthew White wrote: > which is line 124 > > On Wed, Jan 7, 2009 at 1:26 PM, Michael <[email protected]> wrote: > > On Wed, 07 Jan 2009 13:21:51 Matthew White wrote: > >> Whats your memory_limit set to in php.ini - looks like 768MB from your > >> error message. > >> > >> You might want to set it to -1 which is no memory limit and see what > >> happens.. > >> > >> Try phpinfo as well. > >> > >> Matt > > > > I set it to -1 and this is what happens: > > > > Preparing list of files: done - 1 files to scan > > Scanning files: > > Fatal error: Out of memory (allocated -1465647104) (tried to allocate > > 805044224 bytes) in /www/scan.php on line 124
It's the call to file_get_contents() Kind regards, Michael --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
