Kevin Papst
Kevin Papst
Thanks, I double checked, but I already follow best practices. Couldn't find anything related in your blog post. This line triggers the endless loop: ``` $qb->addSelect('(' . $qb1->getDQL() . ')...
Found even more weirdness. This works ``` $dql = $qb1->getDQL(); $qb->addSelect('(' . $dql . ') as amount'); ``` And this causes PHPStan to be blocked until PHP timeout: ``` $qb->addSelect('('...
Anyway, closing as this seems to be of no interest and/or environment specific.
@ondrejmirtes I think this is a deeper issue, I am running into a `Segmentation fault` now with the above mentioned code piece. If you check [this build](https://github.com/kimai/kimai/actions/runs/10941537291/job/30376399422), you can see...
@kun18911 linking to external sites without reasoning screams spam. definitely not going to click that.
Yeah, I fought in the past already with the `Kiev` removal, but that was in the scope of my time-tracking app, so I could take care of it myself. I...
I already did change Australia. And Psalm doesn't report it, it was only PHPStan. Checks are green, ready for review/merge from my end.
Ok for the Changelog, but tell me how to test these changes. The result depends on the environment / PHP runtime.
BTW: The same issue exists for `Europe/Kyiv` ([new](https://www.php.net/manual/en/timezones.europe.php)) vs `Europe/Kiev` (old). Is there a way to dynamically change the timezone?
Does not depend on phpversion afaik, so this approach is not usable. Afaik this depends on the libicu version PHP was compiled against (or something like that, not sure about...