if it would be only the image part I'd have an idea but as you say this is for all files are hit its getting tricky. You might try the change below anyway.
For completeness if someone else is reading this thread, newer php versions have phased out dl which is used in the image api. you might need to comment out the following code in include/api/image.php (commented already in this example)
For completeness if someone else is reading this thread, newer php versions have phased out dl which is used in the image api. you might need to comment out the following code in include/api/image.php (commented already in this example)
Language: PHP/* if (($method === NULL || $method == ';imagick';) && !extension_loaded(';imagick';)) { @dl(';imagick.so';); } */