Hey Guys,
First of all i love the script, and it works wonderfully except on a Windows Server i am using with WAMP and all of its pre-configured variables. I had an old Windows box where everything was configured manually and it worked beautifully but now i am running into an issue.
I have multiple files which exceed 1GB in size and when trying to use them with the script, PHP gets the following error (and lags out httpd in the process and takes forever in general):
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 133959681 bytes)
Like i say, i've never had this problem before on other similar boxes and i have boxes where it is running perfectly with huge files, but i cannot figure out where my problem is with this current box.
I am assuming it is trying to figure out the file size and load it all into memory ... but like i say, ive had it working wonderfully on other boxes and im not sure what the problem is here.
Any help would be appreciated.