kynx

Results 38 comments of kynx

You might want to check packagist for libraries that provide an abstraction layer over various mail services. I’ve used https://github.com/JouwWeb/SlmMail before - it’s based on laminas/mail under the hood, which...

Fixing the codesmell Sonar is reporting is made difficult by https://sonar.pentaho.net/project/issues?id=org.pentaho.reporting%3Apentaho-reporting&pullRequest=1371&resolved=false&types=CODE_SMELL not resolving. Suggestions?

Hey @Xerkus I ended up using `global.dev.php.dist` instead of `local.dev.php.dist` - I think that's better for project-wide developer settings that get checked in to VCS.

I ended up creating a stub file and requiring that to get this working - grpc.php.stub: ```php

@ollosh It should be working if you update to the latest version of `google/cloud-core` now that https://github.com/googleapis/google-cloud-php/pull/7588 is merged and released. See the comment on that PR to work around...

@bitslip6 I think I've narrowed this down to the `max_request_execution_time` setting: ```php #!/usr/bin/env php

@baxsmaxbax @nvtienlg @dompie ^^^ Can you confirm if removing `max_request_execution_time` stops the segfaults for you too?

@nvtienlg Good detective work! Maybe this should be raised as a new issue, since it doesn't sound like the cause of the original issue posted by @baxsmaxbax and has a...

If you’ve enabled coroutines, you’ll already be in a coroutine context in your `WorkerStart` - try it without the `go(…)`.