Marc Henderkes

Results 4 comments of Marc Henderkes

I can confirm it works with fonts that have cyrillic characters included if you use utf-8 ![image](https://user-images.githubusercontent.com/50452722/146554315-5751f978-3156-4dd2-95cf-c69d6a233e6c.png)

Sorry, I totally forgot to create a reproducer, here you go: https://github.com/mhpcc/frankenphp_imap_test/ Starting the worker with `./frankenphp php-server --worker ./public/index.php`

```shell [root@svmdev frankenphp_imap]# ./frankenphp-linux-x86_64-debug php-server -r public/ --worker ./public/index.php 2024/04/16 08:20:28.170 WARN admin admin endpoint disabled 2024/04/16 08:20:28.170 WARN http.auto_https server is listening only on the HTTP port, so no...

I've forced it to use Carbon 3 for a while, since 2.x does not support Symfony 7+. You can add `"nesbot/carbon": "3.x-dev as 2.99",` to your composer.json and it'll work....