Hi! In strict mode, mPDF is giving lots of notices. I have loosened error handling in the parts where mPDF is active, but that means I won't be notified if anything goes wrong within that part of my code.Is there a change mPDF will be more "strict compatible" in future releases?
Most of the notices are warnings that an index has not been specified, because the code does something like: if ($array['index']) { ...
I have tried to work my way through a lot of them, but there are a lot more changes necessary to make it completely "strict-proof". I think it's likely that it will be a long time before you can turn strict warnings on.