Re: [PHP] Allowed mem size exhausted

2003-08-14 Thread Shawn McKenzie
Thanks! Would anyone care to expand on the "tools" or the methods for preparing on disk??? Thanks again! -Shawn "Curt Zirzow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote David Nicholson ([EMAIL PROTECTED]): > > Hello, > > > > This is a reply to an e-mail that you w

Re: [PHP] Allowed mem size exhausted

2003-08-11 Thread David Nicholson
Hello, This is a reply to an e-mail that you wrote on Tue, 5 Aug 2003 at 16:45, lines prefixed by '>' were originally written by you. > I have the following code that generates the following error. I am > using > this code to prepare a zip or tar.gz file as an email attachment. Can > someone sugg

Re: [PHP] Allowed mem size exhausted

2003-08-11 Thread Curt Zirzow
* Thus wrote David Nicholson ([EMAIL PROTECTED]): > Hello, > > This is a reply to an e-mail that you wrote on Tue, 5 Aug 2003 at > 17:57, lines prefixed by '>' were originally written by you. > > I would prepare the file on disk instead of memory. If you do > > increase the memory to handle bigger

Re: [PHP] Allowed mem size exhausted

2003-08-10 Thread Curt Zirzow
* Thus wrote Shawn McKenzie ([EMAIL PROTECTED]): > I have the following code that generates the following error. I am using > this code to prepare a zip or tar.gz file as an email attachment. Can > someone suggest a better / more efficient way to do this and maybe avoid the > error??? > > I beli

Re: [PHP] Allowed mem size exhausted

2003-08-10 Thread David Nicholson
Hello, This is a reply to an e-mail that you wrote on Tue, 5 Aug 2003 at 17:57, lines prefixed by '>' were originally written by you. > I would prepare the file on disk instead of memory. If you do > increase the memory to handle bigger files, what happens when you > get 10 requests at the same ti

[PHP] Allowed mem size exhausted

2003-08-05 Thread Shawn McKenzie
I have the following code that generates the following error. I am using this code to prepare a zip or tar.gz file as an email attachment. Can someone suggest a better / more efficient way to do this and maybe avoid the error??? I believe that the file that generated this error was about 1.8MB.