Jakub Zelenka

Results 101 comments of Jakub Zelenka

I will need to check the tests/145_imagickkernel_coverage.phpt . Can you cat the tests/145_imagickkernel_coverage.diff by any chance? The isPixelSimilar is known and already reported in https://github.com/Imagick/imagick/issues/737

If you mean running the actual handler inside coroutine, then you would need to add suspending / resumption to the code that does IO in handler in a similar way...

Yeah it cannot be execute from multiple threads. This might be quite tricky to handle in go though.

Yeah I was actually thinking more how could you wait for the request IO but that would be probably quite pointless because that's already distributed between worker threads quite optimaly....

Just a note here that the API will almost certainly not going to get merged in time for PHP 8.5.

The OpenSSL part LGTM

This is actually a real issue for PHP-FPM users. More info in https://github.com/php/php-src/issues/13021 . There's also a link for the mailing list discussion where Maxim suggested that it might be...

Well he said the it might be considered but there has been no proposal for that since then. I think an ideal way would be to have some FCGI env...

I think this can be closed. I have been testing this quite extensively and it works fine except the parser supporting other recipient types than KeyTrans . I just created...

We were actually discussing internally in PHP Foundation yesterday how PHP is run on Windows and there seems to be one big user that looks like running nginx with php-cgi...