I have a script which uses createimagefromjpeg() - one of the image functions of GD library. I have a problem. For unknown reasons some files take up the last bit of memory, which returns this error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 10200 bytes) in ..
OK, what I want to do is make that a non-fatal error, temporarily, until we get past the imagecreate, and then go back to regular error handling. Any suggestions?
Samuel