Lars Moelleken
Lars Moelleken
@jurgenhaas There is a polyfill for punycode build-in (via https://github.com/symfony/polyfill-intl-idn/blob/main/Idn.php#L148) is that not working? Do you have an example?
@jurgenhaas Sorry, I still do not get it. We need to use punycode so that we can check that, e.g. `foobar@😍🎻😸🎩🎱🎮🍟🐝.🍕💩.ws` (https://github.com/voku/email-check/blob/master/tests/EmailCheckTest.php#L346) is a valid e-mail address. https://3v4l.org/d50BN
I don't know if it's the same problem, but I see this error message: `Could not open input file: phar:///home/lmoelleken/meerx/Framework/thirdparty/phpdoctor.phar/vendor/wyrihaximus/react-child-process-messenger/bin/child-process` when I try to use `react/filesystem` in a phar file....
> @voku Even with the latest version? IIRC I did release that change. Will have a look tonight and get back to you. I tested this version: composer.lock: 4.x-dev ⇒...
> @voku That's a incompatibility known incompatibility. `master` (`v5`) won't be compatible with `react/filesystem` as it currently is (or well the other way around). > > Ok right I'm pretty...
> @voku This error? If so, then the autoloading works, but we have another issue on our hands. > > > `Fatal error: Declaration of React\Filesystem\ChildProcess\Process::create(WyriHaximus\React\ChildProcess\Messenger\Messenger $messenger, React\EventLoop\LoopInterface $loop) must...
I have the same issue, does anyone have a workaround for this issue?
@cebbec How did you import the additional certificates into the new directory?