Christoph M. Becker
Christoph M. Becker
Maybe wait with merging until at least some of the translations have been updated.
For what it's worth, see https://news-web.php.net/php.internals/124783, which has some hints on how to keep uopz compatible with PHP 8.4.
It seems to me that #185 is a nice solution. It works with PHP 8.4 like it worked before, but still users can use `uopz_set_return()` to mock `exit()` calls.
Makes generally sense to me (and thanks for the code :) I'm not sure whether the color depth should even be specified by the user; what happens if there are...
Forwarded to https://github.com/libgd/libgd/issues/911. > The imagebmp() function does not currently have a parameter to specify the color depth; it probably should. The documentation did not specify what the color depth...
@mmellon, all good. I think I'll merge that PR in a while if there will be no further feedback.
Thanks for reporting here! Please have a look at https://github.com/php/doc-en/pull/3741, and suggest further improvements there.
Since there is https://github.com/cmb69/phpmailer_xh now, I think this ticket can be closed. > So also the internal contact form could be changed to send via SMTP. I would not want...
Okay, I removed the WONTFIX label, and changed the ticket title to reflect the recent discussion.
Sure. Phpmailer_XH is the only plugin I've released during the last 2 months which deliberately does not use Plib_XH. I intend to keep it that way. :)