Christoph M. Becker
Christoph M. Becker
This is not something we can solve (except may add appropriate info to README.md). I suppose that happens because the mbstring extension on your system has also been built with...
The problem is that mailparse actually requires mbstring during compilation. But you are right that this can't be solved with code; as such I'm changing to documentation issue; the [installation...
> I forget who actually owns/pays for the libgd.org domain I think that's @pierrejoye.
@vapier, seems nothing new so far. :( @pierrejoye, could you please update the DNS entries per the OP?
That may end badly. Maybe we should update some URLs manually to point to https://libgd.github.io/?
I've just skimmed the patch, and it looks good to me, but I think we should establish some coding style rules first – otherwise we might go back and forth...
New code, or maybe code that is modified, should use some "generally" agreed conventions (e.g. now empty statement after a compound statement, i.e. no semicolon after closing brace). That's different...
Known issue. The tests need to be adapted due to changes in PHP: * https://github.com/krakjoe/uopz/commit/9e8a044589cf2ac998e4f018d5e3af0ed6792426 * https://github.com/krakjoe/uopz/commit/fb54bced55e57d79ed61f667d9cb72f1427fa5ed A new uopz release is pending. Note that wrt PHP 8.3, there is...
I don't think uopz is suitable for this; maybe check the AOP libraries at https://packagist.org/?query=aop if one fits your use-case.
It's basically like [`stat()`](https://www.php.net/manual/en/function.stat.php): > If filename is a symbolic link, statistics are from the file itself, not the symlink. In other words, unless explicitly mentioned, symlinks are resolved transparently.