Matěj Humpál
Matěj Humpál
I'm not too sure about the `ShouldNotHappenException` as this can happen often, but that's a different topic :)
I also noticed that `\Mpdf\File\StreamWrapperChecker::hasBlacklistedStreamWrapper` always returns false (i.e. allow stream wrapper) when the `whitelistStreamWrappers` option is not set or set to an empty array. I would expect it to...
# Feature request In mPDF version 10.0, older PHP versions support will be removed. Concrete versions are to be determined with regard to composer versions statistics which currenly are as...
Handling of local/remote paths should be more coherent and configurable. Random notes: - local filesystem path vs URL part - running online (from a base URL)/in console? - blacklisting/whitelisting external...
When creating a Nette\Http\Url object from a query with multiple GET parameters of a same name, only the last one is kept. There is no standard regarding query parameters of...
See https://github.com/mpdf/mpdf/pull/1291