[PHP] Re: looking for a way to manually free memory in the middle of a script

2004-02-02 Thread Justin Patrin
Kumar McMillan wrote: Hi. I'm running PHP 4.3.4 with bundled GD 2.0.1.5 Here is the problem: I'm running a PHP shell script to fix about a thousand image files that were uploaded to a server without much error checking. I'm skipping all the obvious problems like wrong file types and insanely

Re: [PHP] Re: looking for a way to manually free memory in the middle of a script

2004-02-02 Thread kumar mcmillan
On Feb 2, 2004, at 7:15 PM, Justin Patrin wrote: Kumar McMillan wrote: If this does happen to be a GD or PHP memory leak, I would suggest writing a driver script which calls a sub-script which does the processing. Have the driver keep track of all of the files and hand one (or some number) to